commit e92c3132506ac331c60396adc7b37029713728cf
parent c0573eefb2492f21e2e711a0c28e2129bdc5aec2
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Tue, 26 Aug 2025 12:55:59 +0200
parent c0573eefb2492f21e2e711a0c28e2129bdc5aec2
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;