diff --git a/README.md b/README.md index dfbb13d..f9cf113 100644 --- a/README.md +++ b/README.md @@ -37,19 +37,16 @@ Similar window managers include [PaperWM](https://github.com/paperwm/PaperWM) an | Meta+Shift+S | Move window down | | Meta+Shift+Home | Move window to start | | Meta+Shift+End | Move window to end | -| Meta+X | Expand window (Expands focused window vertically; toggles stacked layout for focused column) | +| Meta+X | Toggle stacked layout for focused column | | Meta+Ctrl+Shift+A | Move column left | | Meta+Ctrl+Shift+D | Move column right | | Meta+Ctrl+Shift+Home | Move column to start | | Meta+Ctrl+Shift+End | Move column to end | -| Meta+Ctrl+X | Expand column (Expands focused column horizontally to fill the screen) | -| Meta+Alt++ | Expand fully visible columns (Expands fully visible columns to fill the screen) | -| Meta+Alt+- | Shrink visible columns (Shrinks fully and partially visible columns, making them fully visible and filling the screen) | +| Meta+Ctrl++ | Increase column width | +| Meta+Ctrl+- | Decrease column width | | Meta+Alt+Return | Center focused window (Scrolls so that the focused window is centered in the screen) | | Meta+Alt+A | Scroll one column to the left | | Meta+Alt+D | Scroll one column to the right | -| Meta+Alt+PgUp | Scroll left | -| Meta+Alt+PgDown | Scroll right | | Meta+Alt+Home | Scroll to start | | Meta+Alt+End | Scroll to end | | Meta+[N] | Move focus to column N |