X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2F.compton.conf;fp=home%2F.compton.conf;h=cb4d7cf7cf051850d6c5a2637ed71424d31de195;hb=5766752382003533273c91d4349f4f99894a5212;hp=0000000000000000000000000000000000000000;hpb=61812c4e4d3d65064b6a812d5d8ae5ed68e81bf7;p=khome.git diff --git a/home/.compton.conf b/home/.compton.conf new file mode 100644 index 0000000..cb4d7cf --- /dev/null +++ b/home/.compton.conf @@ -0,0 +1,14 @@ +# To find class of a window: +# +# xprop | grep -i class +# + +opacity-rule = + [ "99:class_g = 'XScreenSaver'" # Shows desktop otherwise; and "100" does not work.. :/ + , "99:class_g = 'slock'" # Shows desktop otherwise; and "100" does not work.. :/ + , "99:name = 'slock'" # Shows desktop otherwise; and "100" does not work.. :/ + , "99:class_g = 'screengrab'" # Original is obscured with overlaid transparency + , "80:class_g = 'dmenu'" # Want to be more-visible. + , "60:class_g = 'Dunst'" # Not transparent otherwise. + , "60:class_g = 'dwm'" # Always inactive, so need to override. + ];