From 6fe83f0cbd94891ef01ae03c941de2c1d1bf2778 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 12 Feb 2022 12:36:56 +0100 Subject: [PATCH] [Picom] Minor picom tweaks --- org/config/picom.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org/config/picom.org b/org/config/picom.org index ca39a2c..46064ba 100644 --- a/org/config/picom.org +++ b/org/config/picom.org @@ -131,7 +131,7 @@ shadow-ignore-shaped = "" :END: Here we can see the declaration of the corners’ radius: #+BEGIN_SRC conf -corner-radius = 9.0; +corner-radius = 10; #+END_SRC It is also possible to exclude some windows from getting their corners rounded. @@ -287,7 +287,7 @@ blur: { strength = 7; background = false; background-frame = false; - background-fixed = true; + background-fixed = false; } #+END_SRC