diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 4ea0b75..ddbff8b 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -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 #