mirror of
https://github.com/rydesun/dotfiles.git
synced 2026-02-04 03:53:23 +08:00
Update picom config
This commit is contained in:
parent
3397ae7724
commit
36926433d0
1 changed files with 9 additions and 2 deletions
|
|
@ -9,7 +9,13 @@ shadow-offset-y = -32
|
||||||
shadow-opacity = 0.48
|
shadow-opacity = 0.48
|
||||||
|
|
||||||
shadow-exclude = [
|
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-method = "dual_kawase"
|
||||||
blur-strength = 6
|
blur-strength = 6
|
||||||
blur-background-exclude = [
|
blur-background-exclude = [
|
||||||
"window_type != 'normal'"
|
"argb && override_redirect"
|
||||||
|
, "window_type != 'normal'"
|
||||||
];
|
];
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue