From 99103ff9d228e7c7ffcfbae833df4c4c6fe4c7a1 Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sun, 7 Dec 2025 16:34:21 +0800 Subject: [PATCH] feat(niri): change column width --- modules/desktop/wm/niri/config.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/desktop/wm/niri/config.nix b/modules/desktop/wm/niri/config.nix index c1f612e..2cc42d4 100644 --- a/modules/desktop/wm/niri/config.nix +++ b/modules/desktop/wm/niri/config.nix @@ -18,7 +18,7 @@ layout = { gaps = 23; - center-focused-column = "never"; + center-focused-column = "on-overflow"; always-center-single-column = true; focus-ring.enable = false; border = { @@ -43,8 +43,9 @@ { proportion = 0.5; } { proportion = 0.6; } { proportion = 0.66667; } + { proportion = 0.8; } ]; - default-column-width.proportion = 1.0; + default-column-width.proportion = 0.8; background-color = "transparent"; };