[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
1 changed files with 2 additions and 2 deletions

View File

@ -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