This commit is contained in:
Michael Chalupiak
2024-11-07 13:43:15 -05:00
parent 4eccdd9275
commit a5a1f9a42c
3 changed files with 6 additions and 1 deletions

View File

@@ -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"
];