From e7a8c5a94edb802633ee64570b8331ecd86c38e1 Mon Sep 17 00:00:00 2001 From: BitHeaven <33015545+BitHeaven-Official@users.noreply.github.com> Date: Sat, 13 Aug 2022 15:38:48 +0500 Subject: [PATCH] Update picom.conf --- .config/picom/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index aab905b..efd8485 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -152,7 +152,7 @@ corner-radius = 10 # Exclude conditions for rounded corners. rounded-corners-exclude = [ "window_type = 'dock'", - "class_g = 'dwm'", +# "class_g = 'dwm'", "window_type = 'desktop'" ];