mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 09:53:10 -05:00
Prevent blur while using maim
This commit is contained in:
parent
1cfcd459e6
commit
65a9403668
1 changed files with 2 additions and 1 deletions
|
@ -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'"
|
||||||
];
|
];
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
|
|
Loading…
Reference in a new issue