Update picom: rounded corner rules

This commit is contained in:
rydesun 2022-10-11 23:41:44 +08:00
parent 97c70647d9
commit 955f0dff8c

View file

@ -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'"
];
#################################