mirror of
https://github.com/rydesun/dotfiles.git
synced 2026-02-22 21:05:51 +08:00
Update picom: rounded corner rules
This commit is contained in:
parent
97c70647d9
commit
955f0dff8c
1 changed files with 4 additions and 1 deletions
|
|
@ -27,7 +27,10 @@ fading = true
|
|||
corner-radius = 12
|
||||
|
||||
rounded-corners-exclude = [
|
||||
"IS_FLOATING@:s != 'True'"
|
||||
"_NET_WM_WINDOW_TYPE@:32a = '_NET_WM_WINDOW_TYPE_NORMAL'
|
||||
&& IS_FLOATING@:s != 'True'",
|
||||
"QTILE_INTERNAL@:32c = 1",
|
||||
"class_g = 'mpv'"
|
||||
];
|
||||
|
||||
#################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue