From 96bb317f1f26687122ea8b1e3b2cc9495772fc8b Mon Sep 17 00:00:00 2001 From: rydesun Date: Fri, 27 Jan 2023 21:52:28 +0800 Subject: [PATCH] Update picom config --- .config/picom/picom.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 #