From c5460cb2e6bc7a894a1b91a82ba226f2c32b77ed Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 5 Nov 2024 15:09:21 +0100 Subject: [PATCH] fix(niri): inverted shortcuts --- common/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/home.nix b/common/home.nix index babcac1..cc4dd1a 100644 --- a/common/home.nix +++ b/common/home.nix @@ -368,8 +368,8 @@ "Mod+Tab".action = focus-workspace-previous; "Mod+Shift+W".action = maximize-column; "Mod+Shift+X".action = reset-window-height; - "Mod+W".action = switch-preset-window-height; - "Mod+X".action = switch-preset-column-width; + "Mod+W".action = switch-preset-column-width; + "Mod+X".action = switch-preset-window-height; "Mod+E".action = set-column-width "-10%"; "Mod+R".action = set-column-width "+10%"; "Print".action = screenshot-screen;