[Picom] Remove outdated comments

This commit is contained in:
Lucien Cartier-Tilet 2021-04-19 01:11:06 +02:00
parent 023c847a81
commit c90d876f9a
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -20,8 +20,7 @@ compton]] and rounded corners from [[https://github.com/sdhand/picom][sdhands
:END:
The following enables client-side shadows on windows. Note desktop windows
(windows with ~_NET_WM_WINDOW_TYPE_DESKTOP~) never get shadow, unless explicitly
requested using the wintypes option. I personally deactivated shadows because
they dont work out too well with rounded corners.
requested using the wintypes option.
#+BEGIN_SRC conf
shadow = true;
#+END_SRC
@ -130,9 +129,7 @@ or
:PROPERTIES:
:CUSTOM_ID: Rounded_corners-33bfcd20
:END:
A great feature added by ibhagwans fork of picom is the addition of rounded
corners from sdhands fork, and the Kawase blur (described [[#Background_blurring-55835066][here]]) from
tryone144s fork. Here we can see the declaration of the corners radius:
Here we can see the declaration of the corners radius:
#+BEGIN_SRC conf
corner-radius = 9.0;
#+END_SRC