diff options
Diffstat (limited to '.config/picom.conf')
-rw-r--r-- | .config/picom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/picom.conf b/.config/picom.conf index d120c47..762dfeb 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -11,7 +11,7 @@ no-use-damage = true; # inactive-dim = 0.10; # inactive-dim-fixed = true; -corner-radius=7; +corner-radius=6; rounded-corners-exclude= [ "window_type = 'menu'", "window_type = 'dropdown_menu'", |