In picom, only ignore dock for rounded corners

This commit is contained in:
Lucien Cartier-Tilet 2020-04-14 21:55:47 +02:00
parent 1d4d38b4f0
commit 643b2fcffb
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@
rounded. I personally excluded any window generated by AwesomeWM.
#+BEGIN_SRC conf
rounded-corners-exclude = [
"class_g = 'awesome'"
"_NET_WM_WINDOW_TYPE@[0]:a = '_NET_WM_WINDOW_TYPE_DOCK'"
];
#+END_SRC