Some changes to niri config to update fullscreen keybindings

This commit is contained in:
Random936
2026-07-11 17:06:09 -04:00
parent b4057607e5
commit 70efc63737
+3 -5
View File
@@ -516,7 +516,9 @@ binds {
Mod+Ctrl+Shift+R { switch-preset-window-height; } Mod+Ctrl+Shift+R { switch-preset-window-height; }
Mod+Ctrl+R { reset-window-height; } Mod+Ctrl+R { reset-window-height; }
Mod+F { fullscreen-window; } // Fullscreen/maximized column views.
Mod+F { maximize-column; }
Mod+Ctrl+F { fullscreen-window; }
// While maximize-column leaves gaps and borders around the window, // While maximize-column leaves gaps and borders around the window,
// maximize-window-to-edges doesn't: the window expands to the edges of the screen. // maximize-window-to-edges doesn't: the window expands to the edges of the screen.
@@ -524,10 +526,6 @@ binds {
// e.g. by double-clicking on the titlebar. // e.g. by double-clicking on the titlebar.
Mod+M { maximize-window-to-edges; } Mod+M { maximize-window-to-edges; }
// Expand the focused column to space not taken up by other fully visible columns.
// Makes the column "fill the rest of the space".
Mod+Ctrl+F { expand-column-to-available-width; }
Mod+C { center-column; } Mod+C { center-column; }
// Center all fully visible columns on screen. // Center all fully visible columns on screen.