diff --git a/assets/.config/niri/config.kdl b/assets/.config/niri/config.kdl index ad43672..ea5721a 100644 --- a/assets/.config/niri/config.kdl +++ b/assets/.config/niri/config.kdl @@ -516,7 +516,9 @@ binds { Mod+Ctrl+Shift+R { switch-preset-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, // 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. 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; } // Center all fully visible columns on screen.