From 8aa71e6fa51c830681db78e562d236f4cc18efcd Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sat, 10 Sep 2022 19:59:39 +0200 Subject: [PATCH] mention monitor current --- pages/Configuring/Advanced-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Advanced-config.md b/pages/Configuring/Advanced-config.md index b0aea23..901bb09 100644 --- a/pages/Configuring/Advanced-config.md +++ b/pages/Configuring/Advanced-config.md @@ -239,7 +239,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 | +| monitor | One of: direction, ID, name, `current` | | 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. |