Update compton.conf
[khome.git] / home / .compton.conf
CommitLineData
57667523
SK
1# To find class of a window:
2#
3# xprop | grep -i class
4#
5
6opacity-rule =
7 [ "99:class_g = 'XScreenSaver'" # Shows desktop otherwise; and "100" does not work.. :/
8 , "99:class_g = 'slock'" # Shows desktop otherwise; and "100" does not work.. :/
9 , "99:name = 'slock'" # Shows desktop otherwise; and "100" does not work.. :/
10 , "99:class_g = 'screengrab'" # Original is obscured with overlaid transparency
11 , "80:class_g = 'dmenu'" # Want to be more-visible.
12 , "60:class_g = 'Dunst'" # Not transparent otherwise.
dd8e38e4
SK
13 , "80:class_g = 'dwm'" # Always inactive, so need to override.
14 , "90:class_g = 'Firefox'"
57667523 15 ];
This page took 0.057523 seconds and 4 git commands to generate.