mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Update picom config
This commit is contained in:
parent
002184317d
commit
3397ae7724
1 changed files with 6 additions and 12 deletions
|
|
@ -9,9 +9,7 @@ shadow-offset-y = -32
|
|||
shadow-opacity = 0.48
|
||||
|
||||
shadow-exclude = [
|
||||
"class_g ~= 'com.github.johnfactotum.Foliate' && window_type = 'menu'",
|
||||
"class_g = 'firefox' && window_type = 'utility'",
|
||||
"class_g = 'firefox' && window_type = 'popup_menu'"
|
||||
"argb && (window_type = 'menu' || window_type = 'popup_menu' || window_type = 'utility')"
|
||||
]
|
||||
|
||||
#################################
|
||||
|
|
@ -28,12 +26,10 @@ fade-delta = 4
|
|||
corner-radius = 12
|
||||
|
||||
rounded-corners-exclude = [
|
||||
"_NET_WM_WINDOW_TYPE@:32a = '_NET_WM_WINDOW_TYPE_NORMAL'
|
||||
&& IS_FLOATING@:s != 'True' && IS_SINGLE@:s != 'True'",
|
||||
"QTILE_INTERNAL@:32c = 1",
|
||||
"class_g = 'kitty'",
|
||||
"class_g = 'mpv'",
|
||||
"class_g *= 'steam_app_'"
|
||||
"QTILE_INTERNAL"
|
||||
, "IS_FLOATING@:c = 0"
|
||||
, "class_g = 'kitty'"
|
||||
, "class_g = 'mpv'",
|
||||
];
|
||||
|
||||
#################################
|
||||
|
|
@ -43,9 +39,7 @@ rounded-corners-exclude = [
|
|||
blur-method = "dual_kawase"
|
||||
blur-strength = 6
|
||||
blur-background-exclude = [
|
||||
"class_g ~= 'com.github.johnfactotum.Foliate' && window_type = 'menu'",
|
||||
"class_g = 'firefox' && window_type = 'popup_menu'",
|
||||
"class_g = 'Peek'"
|
||||
"window_type != 'normal'"
|
||||
];
|
||||
|
||||
#################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue