dotfiles/.compton.conf
Gregor Feierabend d6f2120c27 config update
2021-08-26 09:16:35 +02:00

16 lines
410 B
Text

shadow-opacity = 0.8;
shadow = true;
shadow-radius = 0;
shadow-offset-x = -2;
shadow-offset-y = -2;
shadow-ignore-shaped = true;
shadow-exclude = [ "class_g = 'TelegramDesktop'",
"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'"];