Excluded AwesomeWM’s clients from rounded corners
This commit is contained in:
parent
906634153c
commit
758d9cadb3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user