Minor edits

This commit is contained in:
Derek Taylor
2026-06-04 16:44:58 -05:00
parent 4d4dde3231
commit d266419c9d
+2 -2
View File
@@ -383,8 +383,8 @@ binds {
Mod+Shift+apostrophe { screenshot; } Mod+Shift+apostrophe { screenshot; }
// Force the focused window to exactly 1854 x 882 pixels // Force the focused window to exactly 1854 x 882 pixels
//Mod+Shift+semicolon { spawn-sh "niri msg action set-column-width 1854 && niri msg action set-window-height 882"; } Mod+semicolon { spawn-sh "niri msg action set-column-width 1854 && niri msg action set-window-height 882 && niri msg action center-window"; }
Mod+Shift+semicolon { spawn-sh "niri msg action set-column-width 1854 && niri msg action set-window-height 882 && niri msg action fullscreen-window"; } Mod+Shift+semicolon { spawn-sh "niri msg action toggle-window-floating && niri msg action toggle-window-floating && niri msg action maximize-column"; }
// Applications such as remote-desktop clients and software KVM switches may // Applications such as remote-desktop clients and software KVM switches may
// request that niri stops processing the keyboard shortcuts defined here // request that niri stops processing the keyboard shortcuts defined here