From fc9ab66a4563f3efc55ed95866f53592a408bf1d Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Thu, 10 Nov 2022 12:22:49 +0000 Subject: [PATCH] added monitor cycling --- pages/Configuring/Dispatchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Dispatchers.md b/pages/Configuring/Dispatchers.md index 56f8211..1d58e56 100644 --- a/pages/Configuring/Dispatchers.md +++ b/pages/Configuring/Dispatchers.md @@ -12,7 +12,7 @@ layout pages (See the sidebar). | window | a window. Any of the following: Class regex, `title:` and a title regex, `pid:` and the pid, `address:` and the address | | workspace | see below. | | direction | `l` `r` `u` `d` left right up down | -| monitor | One of: direction, ID, name, `current` | +| monitor | One of: direction, ID, name, `current`, relative (e.g. `+1` or `-1`) | | resizeparams | Pixel delta vec2 (e.g. `10 -10`) or `exact` followed by exact vec2, e.g. `exact 1280 720`) | | floatdelta | a float value delta, e.g `-0.2` or `+0.2`. | | workspaceopt | see below. |