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 7fce10a..de96672 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -10,7 +10,7 @@ fade-out-step = 0.05; fade-exclude = [ ]; # Rounded Corners - corner-radius = 11; + corner-radius = 0; rounded-corners-exclude = [ "class_g = 'dwm'", ]; |