[Picom] Remove outdated comments
This commit is contained in:
parent
023c847a81
commit
c90d876f9a
@ -20,8 +20,7 @@ compton]] and rounded corners from [[https://github.com/sdhand/picom][sdhand’s
|
|||||||
: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 don’t 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 ibhagwan’s fork of picom is the addition of rounded
|
Here we can see the declaration of the corners’ radius:
|
||||||
corners from sdhand’s fork, and the Kawase blur (described [[#Background_blurring-55835066][here]]) from
|
|
||||||
tryone144’s 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
|
||||||
|
Loading…
Reference in New Issue
Block a user