diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-06-17 15:17:03 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-06-17 15:17:03 +0100 |
commit | a9d2fe693d74bc136f12fa8daa90b23c92d81d9e (patch) | |
tree | dd546770efc797ec54a828f55498c495eec10de8 | |
parent | 5b952d49766a8196cadaa92441eac43788082d10 (diff) | |
download | dotnvim-a9d2fe693d74bc136f12fa8daa90b23c92d81d9e.tar.gz dotnvim-a9d2fe693d74bc136f12fa8daa90b23c92d81d9e.zip |
Compton tweaking
-rw-r--r-- | i3/compton.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/i3/compton.conf b/i3/compton.conf index e6c16fd..367c673 100644 --- a/i3/compton.conf +++ b/i3/compton.conf @@ -1,3 +1,16 @@ +# 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; |