Update picom config

This commit is contained in:
rydesun 2023-01-27 21:52:28 +08:00
parent 5fc145cc9f
commit 96bb317f1f

View file

@ -28,7 +28,7 @@ corner-radius = 12
rounded-corners-exclude = [
"_NET_WM_WINDOW_TYPE@:32a = '_NET_WM_WINDOW_TYPE_NORMAL'
&& IS_FLOATING@:s != 'True'",
&& IS_FLOATING@:s != 'True' && IS_SINGLE@:s != 'True'",
"QTILE_INTERNAL@:32c = 1",
"window_type = 'tooltip'",
"class_g = 'mpv'",
@ -41,6 +41,9 @@ rounded-corners-exclude = [
blur-method = "dual_kawase"
blur-strength = 6
blur-background-exclude = [
"class_g = 'Peek'"
];
#################################
# General Settings #