From 721d402d47e87c23f18b48fc8923c72f4cba45d9 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sat, 3 Sep 2022 18:37:33 +0200 Subject: [PATCH] Disable tray from rounded corners --- .config/picom.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/picom.conf b/.config/picom.conf index 99fb488..2340e83 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -14,7 +14,8 @@ fade-out-step=0.05; # Corners corner-radius = 15; rounded-corners-exclude = [ + "class_g = 'dwmtray'", "class_g = 'dwm'", + "class_g = 'dmenu'", "class_g = 'Dunst'" ] -