dotfiles/.compton.conf

9 lines
337 B
Text
Raw Normal View History

2021-04-09 23:09:11 +02:00
shadow-opacity = 1;
2021-03-06 17:33:52 +01:00
shadow = true;
shadow-radius = 0;
shadow-offset-x = -2;
shadow-offset-y = -2;
shadow-ignore-shaped = true;
shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", "class_g = 'Pqiv'", "class_g = 'slop'", "class_g = 'Firefox'", "name = 'xfce4-notifyd'"];