Update picom config

This commit is contained in:
rydesun 2025-02-12 21:22:05 +08:00
parent 3397ae7724
commit 36926433d0

View file

@ -9,7 +9,13 @@ shadow-offset-y = -32
shadow-opacity = 0.48
shadow-exclude = [
"argb && (window_type = 'menu' || window_type = 'popup_menu' || window_type = 'utility')"
"argb && (
window_type = 'menu'
|| window_type = 'dropdown_menu'
|| window_type = 'popup_menu'
|| window_type = 'utility'
)"
, "class_g = 'TelegramDesktop' && argb && override_redirect"
]
#################################
@ -39,7 +45,8 @@ rounded-corners-exclude = [
blur-method = "dual_kawase"
blur-strength = 6
blur-background-exclude = [
"window_type != 'normal'"
"argb && override_redirect"
, "window_type != 'normal'"
];
#################################