added things to picom
This commit is contained in:
parent
688748f8a6
commit
0c80a9f91f
|
@ -14,7 +14,8 @@ rounded-corners-exclude = [
|
|||
#"class_g = 'qutebrowser'",
|
||||
#"class_g = 'TelegramDesktop'",
|
||||
# "class_g = 'firefox'",
|
||||
"class_g = 'Thunderbird'"
|
||||
"class_g = 'Thunderbird'",
|
||||
"class_g = 'Alacritty'"
|
||||
];
|
||||
round-borders = 1;
|
||||
round-borders-exclude = [
|
||||
|
@ -88,6 +89,7 @@ shadow-exclude = [
|
|||
"name = 'Notification'",
|
||||
"class_g = 'Conky'",
|
||||
"class_g = 'firefox'",
|
||||
"class_g = 'Alacritty'",
|
||||
"class_g ?= 'Notify-osd'",
|
||||
"class_g = 'Cairo-clock'",
|
||||
"class_g = 'slop'",
|
||||
|
|
Loading…
Reference in a new issue