Transparency off for main window

This commit is contained in:
2025-09-27 23:43:37 -04:00
parent abb8bebbd1
commit b054c78122

View File

@@ -116,7 +116,7 @@
bottom-right = r; bottom-right = r;
}; };
clip-to-geometry = true; clip-to-geometry = true;
opacity = 0.95; #opacity = 0.95;
} }
{ {
matches = [{is-focused = false;}]; matches = [{is-focused = false;}];
@@ -125,8 +125,8 @@
} }
]; ];
layout = { layout = {
#gaps = 8; gaps = 8;
gaps = 16; #gaps = 16;
center-focused-column = "never"; center-focused-column = "never";
preset-column-widths = [ preset-column-widths = [
{ proportion = 1.0 / 3.0; } { proportion = 1.0 / 3.0; }