Prevent blur while using maim

This commit is contained in:
Andrew Scott 2023-03-23 22:22:56 -04:00
parent 1cfcd459e6
commit 65a9403668
Signed by: a
GPG key ID: 7CD5A5977E4931C1

View file

@ -200,7 +200,8 @@ blur-kern = "3x3box";
blur-background-exclude = [ blur-background-exclude = [
#"window_type = 'dock'", #"window_type = 'dock'",
"window_type = 'desktop'", "window_type = 'desktop'",
"_GTK_FRAME_EXTENTS@:c" "_GTK_FRAME_EXTENTS@:c",
"class_g = 'slop'"
]; ];
################################# #################################