Excluded AwesomeWM’s clients from rounded corners

This commit is contained in:
Lucien Cartier-Tilet 2020-04-10 11:27:19 +02:00
parent 906634153c
commit 758d9cadb3
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 4 additions and 3 deletions

View File

@ -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