default-config: Bind Mod+M to maximize-window-to-edges

This commit is contained in:
Ivan Molodetskikh
2026-01-05 10:27:59 +03:00
parent d060b06667
commit b7eb8a635b
+6
View File
@@ -558,6 +558,12 @@ binds {
Mod+F { maximize-column; }
Mod+Shift+F { fullscreen-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.
// This bind corresponds to normal window maximizing,
// e.g. by double-clicking on the titlebar.
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; }