dotfiles/.compton.conf

30 lines
617 B
Plaintext
Raw Permalink Normal View History

2022-06-01 07:27:05 +02:00
shadow-opacity = 1;
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-09-19 00:00:19 +02:00
shadow-red = 0.0
shadow-green = 0.0
shadow-blue = 0.05
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'"];