From 490c4e3bb8f265ef25b2e424cf958537d3895756 Mon Sep 17 00:00:00 2001 From: afonso Date: Sat, 28 Sep 2024 16:40:40 +0100 Subject: [PATCH] [picom] remove rofi from rounded-corners-exclude --- .config/picom/picom.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 81bac17..b37ae21 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -14,7 +14,6 @@ animation-dampening = 8; corner-radius = 4.0; rounded-corners-exclude = [ #"window_type = 'normal'", - "class_g = 'Rofi'", "class_g = 'TelegramDesktop'", "class_g = 'Dunst'", "name = 'xmobar'",