From 03d49aa8ec6f51c8f51bfb628e614ac537cca8e0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 13 May 2025 09:25:03 +0200 Subject: ... --- accounts/gkleen@sif/niri/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'accounts/gkleen@sif') 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 { "Mod+Shift+M".action = toggle-column-tabbed-display; "Mod+R".action = switch-preset-column-width; - "Mod+Shift+R".action = switch-preset-window-height; + "Mod+Shift+R".action = maximize-column; + "Mod+Shift+Ctrl+R".action = switch-preset-window-height; "Mod+F".action = center-column; - "Mod+Shift+F".action = maximize-column; - "Mod+Shift+Ctrl+F".action = fullscreen-window; + "Mod+Shift+F".action = toggle-windowed-fullscreen; + "Mod+Ctrl+Shift+F".action = fullscreen-window; "Mod+V".action = switch-focus-between-floating-and-tiling; "Mod+Shift+V".action = toggle-window-floating; -- cgit v1.2.3