This commit is contained in:
aloslider
2026-03-30 15:10:08 +03:00
commit 5dea52c6fa
23 changed files with 2495 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
# GENERAL
backend = "glx";
vsync = true;
detect-rounded-corners = false;
detect-client-opacity = false;
detect-transient = true;
unredir-if-possible = true;
# CORNERS
#corner-radius = 11;
# Exclude conditions for rounded corners.
#rounded-corners-exclude = [
# "window_type = 'dock'",
# "window_type = 'desktop'"
#];
blur: {
method = "dual_kawase";
strength = 6;
background = true;
background-frame = false;
background-fixed = false;
}
# Exclude conditions for background blur.
# blur-background-exclude = []
blur-background-exclude = [
"role = 'xborder'",
"window_type = 'dock'",
"window_type = 'desktop'",
"_GTK_FRAME_EXTENTS@:c",
"class_g = 'Chromium'",
"class_g = 'Discord'",
"class_g = 'Dunst'",
"class_g = 'Peek'",
"class_g *?= 'slop'",
];