summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r--accounts/gkleen@sif/niri/default.nix7
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;