Update picom config: add blur effect

This commit is contained in:
rydesun 2022-10-13 01:43:05 +08:00
parent 955f0dff8c
commit 0effeb9f52

View file

@ -30,9 +30,17 @@ rounded-corners-exclude = [
"_NET_WM_WINDOW_TYPE@:32a = '_NET_WM_WINDOW_TYPE_NORMAL'
&& IS_FLOATING@:s != 'True'",
"QTILE_INTERNAL@:32c = 1",
"window_type = 'tooltip'",
"class_g = 'mpv'"
];
#################################
# Background-Blurring #
#################################
blur-method = "dual_kawase"
blur-strength = 6
#################################
# General Settings #
#################################