From f3e021b07a56bfd05b6cddcd4c1782c36b2ee694 Mon Sep 17 00:00:00 2001 From: mekb Date: Mon, 24 Apr 2023 04:50:54 +1000 Subject: [PATCH] Add moveCursor dispatcher (#196) --- pages/Configuring/Dispatchers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Dispatchers.md b/pages/Configuring/Dispatchers.md index a36d474..a76da82 100644 --- a/pages/Configuring/Dispatchers.md +++ b/pages/Configuring/Dispatchers.md @@ -49,6 +49,7 @@ layout pages (See the sidebar). | splitratio | changes the split ratio | floatvalue | | toggleopaque | toggles the current window to always be opaque. Will override the `opaque` window rules. | none | | movecursortocorner | moves the cursor to the corner of the active window | direction, 0 - 3, bottom left - 0, bottom right - 1, top right - 2, top left - 3 | +| movecursor | moves the cursor to a specified position | `x,y` | | workspaceopt | toggles a workspace option for the active workspace. | workspaceopt | | renameworkspace | rename a workspace | `id name`, e.g. `2 work` | | exit | exits the compositor with no questions asked. | none |