From f0c612b9ebb02b556f60b801a0df50a04f95e0fd Mon Sep 17 00:00:00 2001 From: afranco Date: Sat, 8 Jun 2024 18:06:13 +0100 Subject: [PATCH] chore(picom): reduced corner-radius --- .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 fa2222f..3b8393c 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -11,7 +11,7 @@ animation-dampening = 8; # Corners # ################################# # requires: https://github.com/sdhand/compton or https://github.com/jonaburg/picom -corner-radius = 16.0; +corner-radius = 4.0; rounded-corners-exclude = [ #"window_type = 'normal'", "class_g = 'Rofi'",