diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-06-18 18:40:28 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-06-18 18:40:28 +0100 |
commit | fc95e819f92c5c7e93b116c9bf2cbe4b1ef197bf (patch) | |
tree | aa2166489c845fea5c39a86837bded487423cd07 /i3 | |
parent | ed37af7ced8259eb4f69c9ca567bc3c796dde05b (diff) | |
download | dotnvim-fc95e819f92c5c7e93b116c9bf2cbe4b1ef197bf.tar.gz dotnvim-fc95e819f92c5c7e93b116c9bf2cbe4b1ef197bf.zip |
Don't need these
Diffstat (limited to 'i3')
-rw-r--r-- | i3/compton.conf | 10 |
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; |