diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 69e4a35..f4d7e9a 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -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 # #################################