From d7b50a81f320844035f14b38c10f01a85e8ae390 Mon Sep 17 00:00:00 2001 From: afonso Date: Sat, 8 Jun 2024 18:06:13 +0100 Subject: [PATCH] [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'",