From cb66a263945386a08c4a1e383fcbef87942a536a Mon Sep 17 00:00:00 2001 From: Peter Fajdiga Date: Fri, 23 Jun 2023 13:43:49 +0200 Subject: [PATCH] readme: add key bindings --- README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/README.md b/README.md index 3a948fa..dfbb13d 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,40 @@ Similar window managers include [PaperWM](https://github.com/paperwm/PaperWM) an - Doesn't support multiple screens - Doesn't support windows on all desktops - Doesn't support windows on multiple activities + +## Key bindings +| Shortcut | Action | +| --- | --- | +| Meta+Space | Toggle floating | +| Meta+A | Move focus left | +| Meta+D | Move focus right | +| Meta+W | Move focus up | +| Meta+S | Move focus down | +| Meta+Home | Move focus to start | +| Meta+End | Move focus to end | +| Meta+Shift+A | Move window left (Moves window out of and into columns) | +| Meta+Shift+D | Move window right (Moves window out of and into columns) | +| Meta+Shift+W | Move window up | +| 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+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+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 | +| Meta+Shift+[N] | Move window to column N (Requires manual remapping according to your keyboard layout, e.g. Meta+Shift+1 -> Meta+!) | +| Meta+Ctrl+Shift+[N] | Move column to position N (Requires manual remapping according to your keyboard layout, e.g. Meta+Ctrl+Shift+1 -> Meta+Ctrl+!) | +| Meta+Ctrl+Shift+F[N] | Move column to desktop N | +| Meta+Ctrl+Shift+Alt+F[N] | Move this and all following columns to desktop N |