dotfiles/.compton.conf

26 lines
563 B
Text
Raw Normal View History

2021-08-27 18:08:54 +02:00
shadow-opacity = 0.9;
2021-03-06 17:33:52 +01:00
shadow = true;
2021-08-28 15:13:33 +02:00
2021-03-06 17:33:52 +01:00
shadow-radius = 0;
shadow-offset-x = -2;
shadow-offset-y = -2;
shadow-ignore-shaped = true;
2021-08-28 15:13:33 +02:00
#shadow-radius = 3;
#shadow-offset-x = -5;
#shadow-offset-y = -5;
#shadow-red = 1.0
#shadow-green = 1.0
#shadow-blue = 1.0
2021-06-29 01:21:14 +02:00
shadow-exclude = [ "class_g = 'TelegramDesktop'",
"name = 'Notification'",
"class_g = 'Conky'",
"class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'",
"class_g = 'Pqiv'",
2021-08-28 15:13:33 +02:00
"class_g = 'awesome'",
2021-06-29 01:21:14 +02:00
"class_g = 'slop'",
"class_g = 'Firefox'",
"name = 'xfce4-notifyd'"];