diff --git a/org/config/picom.org b/org/config/picom.org index 9f9fb77..a34e2b0 100644 --- a/org/config/picom.org +++ b/org/config/picom.org @@ -146,7 +146,6 @@ shadow-ignore-shaped = "" #+END_SRC - * Rounded corners :PROPERTIES: :CUSTOM_ID: h-c4fd6ef1-d22e-40a1-af15-dc6e83f6c899 @@ -159,9 +158,11 @@ #+END_SRC It is also possible to exclude some windows from getting their corners - rounded: + rounded. I personally excluded any window generated by AwesomeWM. #+BEGIN_SRC conf - rounded-corners-exclude = []; + rounded-corners-exclude = [ + "class_g = 'awesome'" + ]; #+END_SRC * Fading