mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Fix picom config: exclude telegram
This commit is contained in:
parent
a49be771f8
commit
6653c9b9e9
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ shadow-offset-y = -32
|
|||
shadow-opacity = 0.48
|
||||
|
||||
shadow-exclude = [
|
||||
"_GTK_FRAME_EXTENTS@:c",
|
||||
"class_g = 'firefox' && window_type = 'utility'",
|
||||
"class_g = 'Tor Browser' && window_type = 'utility'",
|
||||
"class_g = 'Thunderbird' && window_type = 'utility'"
|
||||
|
|
@ -42,6 +43,7 @@ rounded-corners-exclude = [
|
|||
blur-method = "dual_kawase"
|
||||
blur-strength = 6
|
||||
blur-background-exclude = [
|
||||
"_GTK_FRAME_EXTENTS@:c",
|
||||
"class_g = 'Peek'"
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue