commit db1a098768c2f782c914b9d06953c292f5d962b4
parent fb5e0e5965f0262945e1076d1bbca8fba75ace46
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Tue, 26 Aug 2025 12:55:59 +0200
parent fb5e0e5965f0262945e1076d1bbca8fba75ace46
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Tue, 26 Aug 2025 12:55:59 +0200
config/home-manager/zaphyra/services/niri: add keybind to toggle follow-mode
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/config/home-manager/zaphyra/services/niri.nix b/config/home-manager/zaphyra/services/niri.nix @@ -52,7 +52,8 @@ gaps-between-tabs = 10; position = "top"; }; - } // (lib.genAttrs [ "preset-column-widths" "preset-window-heights" ] (name: [ + } + // (lib.genAttrs [ "preset-column-widths" "preset-window-heights" ] (name: [ { proportion = 1.0; } { proportion = 0.75; } { proportion = 0.5; } @@ -240,6 +241,8 @@ "Mod+Shift+Space".action = toggle-window-floating; + "Mod+Shift+Return".action = spawn (lib.getExe pkgs.tgc.nirius) "toggle-follow-mode"; + "Mod+T".action = toggle-column-tabbed-display; "Print".action = screenshot;