[Picom] Add exception to background blur

This commit is contained in:
Lucien Cartier-Tilet 2020-11-13 00:40:27 +01:00
parent b4a6904989
commit e3880c48b1
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 0 deletions

View File

@ -333,6 +333,7 @@
blur-background-exclude = [
"window_type = 'desktop'",
"class_g = 'Polybar'",
"class_g = 'discord-overlay'",
"_GTK_FRAME_EXTENTS@:c"
];
#+END_SRC