aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-06-18 18:40:28 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-06-18 18:40:28 +0100
commitfc95e819f92c5c7e93b116c9bf2cbe4b1ef197bf (patch)
treeaa2166489c845fea5c39a86837bded487423cd07
parented37af7ced8259eb4f69c9ca567bc3c796dde05b (diff)
downloaddotnvim-fc95e819f92c5c7e93b116c9bf2cbe4b1ef197bf.tar.gz
dotnvim-fc95e819f92c5c7e93b116c9bf2cbe4b1ef197bf.zip
Don't need these
-rw-r--r--i3/compton.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/i3/compton.conf b/i3/compton.conf
index 367c673..a9bac3b 100644
--- a/i3/compton.conf
+++ b/i3/compton.conf
@@ -1,16 +1,6 @@
# workaround to workspace switching flash
no-fading-openclose = true;
-# Program-specific transparency levels
-# (Use xprop or xwininfo to find program classes...)
-opacity-rule = [
-"95:class_g = 'i3bar'",
-"95:class_g = 'pcmanfm'",
-"95:class_g = 'Pcmanfm'",
-"95:class_g = 'urxvt'",
-"95:class_g = 'URxvt'"
-];
-
# Shadow
shadow = false;
no-dnd-shadow = true;