diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-05-13 09:25:03 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-05-13 09:25:03 +0200 |
commit | 03d49aa8ec6f51c8f51bfb628e614ac537cca8e0 (patch) | |
tree | 1930be92ba12245d297e71f0377dd762d6e442c8 /accounts/gkleen@sif/niri/default.nix | |
parent | 5964f00a2a93c3b36f32b1c1df524cd0e5bb4751 (diff) | |
download | nixos-03d49aa8ec6f51c8f51bfb628e614ac537cca8e0.tar nixos-03d49aa8ec6f51c8f51bfb628e614ac537cca8e0.tar.gz nixos-03d49aa8ec6f51c8f51bfb628e614ac537cca8e0.tar.bz2 nixos-03d49aa8ec6f51c8f51bfb628e614ac537cca8e0.tar.xz nixos-03d49aa8ec6f51c8f51bfb628e614ac537cca8e0.zip |
...
Diffstat (limited to 'accounts/gkleen@sif/niri/default.nix')
-rw-r--r-- | accounts/gkleen@sif/niri/default.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix index 99696c70..732e3c7a 100644 --- a/accounts/gkleen@sif/niri/default.nix +++ b/accounts/gkleen@sif/niri/default.nix | |||
@@ -766,10 +766,11 @@ in { | |||
766 | "Mod+Shift+M".action = toggle-column-tabbed-display; | 766 | "Mod+Shift+M".action = toggle-column-tabbed-display; |
767 | 767 | ||
768 | "Mod+R".action = switch-preset-column-width; | 768 | "Mod+R".action = switch-preset-column-width; |
769 | "Mod+Shift+R".action = switch-preset-window-height; | 769 | "Mod+Shift+R".action = maximize-column; |
770 | "Mod+Shift+Ctrl+R".action = switch-preset-window-height; | ||
770 | "Mod+F".action = center-column; | 771 | "Mod+F".action = center-column; |
771 | "Mod+Shift+F".action = maximize-column; | 772 | "Mod+Shift+F".action = toggle-windowed-fullscreen; |
772 | "Mod+Shift+Ctrl+F".action = fullscreen-window; | 773 | "Mod+Ctrl+Shift+F".action = fullscreen-window; |
773 | 774 | ||
774 | "Mod+V".action = switch-focus-between-floating-and-tiling; | 775 | "Mod+V".action = switch-focus-between-floating-and-tiling; |
775 | "Mod+Shift+V".action = toggle-window-floating; | 776 | "Mod+Shift+V".action = toggle-window-floating; |