From 67ea378ff724f0a98cc9fe4a4a33bcd4b93df14a Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 14 Oct 2023 20:48:45 +0400 Subject: Add new workspace binds to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f55cebfd..1e18b81a 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ The general system is: if a hotkey switches somewhere, then adding CtrlModCtrlI or ModCtrlPageUp | Move the focused window to the workspace above | | Mod19 | Switch to a workspace by index | | ModCtrl19 | Move the focused window to a workspace by index | +| ModShiftU or ModShiftPageDown | Move the focused workspace down | +| ModShiftI or ModShiftPageUp | Move the focused workspace up | | Mod, | Consume the window to the right into the focused column | | Mod. | Expel the focused window into its own column | | ModR | Toggle between preset column widths | -- cgit