[Picom] Minor picom tweaks

This commit is contained in:
Lucien Cartier-Tilet 2022-02-12 12:36:56 +01:00
parent c44ca3da64
commit 6fe83f0cbd
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -131,7 +131,7 @@ shadow-ignore-shaped = ""
:END: :END:
Here we can see the declaration of the corners radius: Here we can see the declaration of the corners radius:
#+BEGIN_SRC conf #+BEGIN_SRC conf
corner-radius = 9.0; corner-radius = 10;
#+END_SRC #+END_SRC
It is also possible to exclude some windows from getting their corners rounded. It is also possible to exclude some windows from getting their corners rounded.
@ -287,7 +287,7 @@ blur: {
strength = 7; strength = 7;
background = false; background = false;
background-frame = false; background-frame = false;
background-fixed = true; background-fixed = false;
} }
#+END_SRC #+END_SRC