[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: :END:
The following enables client-side shadows on windows. Note desktop windows The following enables client-side shadows on windows. Note desktop windows
(windows with ~_NET_WM_WINDOW_TYPE_DESKTOP~) never get shadow, unless explicitly (windows with ~_NET_WM_WINDOW_TYPE_DESKTOP~) never get shadow, unless explicitly
requested using the wintypes option. I personally deactivated shadows because requested using the wintypes option.
they dont work out too well with rounded corners.
#+BEGIN_SRC conf #+BEGIN_SRC conf
shadow = true; shadow = true;
#+END_SRC #+END_SRC
@ -130,9 +129,7 @@ or
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: Rounded_corners-33bfcd20 :CUSTOM_ID: Rounded_corners-33bfcd20
:END: :END:
A great feature added by ibhagwans fork of picom is the addition of rounded Here we can see the declaration of the corners radius:
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:
#+BEGIN_SRC conf #+BEGIN_SRC conf
corner-radius = 9.0; corner-radius = 9.0;
#+END_SRC #+END_SRC