Merge branch 'master' into arch-laptop
This commit is contained in:
@@ -198,7 +198,7 @@ blur-kern = "3x3box";
|
||||
# Exclude conditions for background blur.
|
||||
# blur-background-exclude = []
|
||||
blur-background-exclude = [
|
||||
"window_type = 'dock'",
|
||||
# "window_type = 'dock'",
|
||||
"window_type = 'desktop'",
|
||||
"_GTK_FRAME_EXTENTS@:c"
|
||||
];
|
||||
@@ -240,7 +240,9 @@ mark-ovredir-focused = false;
|
||||
detect-rounded-corners = true;
|
||||
|
||||
rounded-corners-exclude = [
|
||||
"window_type = 'dock'"
|
||||
"window_type = 'dock'",
|
||||
"class_g = 'dmenu'"
|
||||
|
||||
];
|
||||
# Detect '_NET_WM_OPACITY' on client windows, useful for window managers
|
||||
# not passing '_NET_WM_OPACITY' of client windows to frame windows.
|
||||
|
||||
Reference in New Issue
Block a user