From 9a9119b738e9becf091d681986b86a4f2cc5be81 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 5 Nov 2024 15:13:35 +0100 Subject: [PATCH] fix(niri): window height --- common/home.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/home.nix b/common/home.nix index d7ffa28..5167758 100644 --- a/common/home.nix +++ b/common/home.nix @@ -307,7 +307,7 @@ gaps = 10; default-column-width.proportion = 0.5; preset-column-widths = [ { proportion = 0.5; } { proportion = 0.9; } ]; - preset-window-heights = [{ proportion = 0.5; }]; + preset-window-heights = [ { proportion = 0.5; } { proportion = 1.0; } ]; focus-ring.enable = false; border = { enable = true; @@ -368,7 +368,6 @@ "Mod+N".action = spawn "swaync --toggle-panel"; "Mod+Tab".action = focus-workspace-previous; "Mod+Shift+W".action = maximize-column; - "Mod+Shift+X".action = reset-window-height; "Mod+W".action = switch-preset-column-width; "Mod+X".action = switch-preset-window-height; "Mod+E".action = set-column-width "-10%";