diff --git a/pages/Configuring/Dispatchers.md b/pages/Configuring/Dispatchers.md index 2a05c8a..9cfe35d 100644 --- a/pages/Configuring/Dispatchers.md +++ b/pages/Configuring/Dispatchers.md @@ -10,7 +10,7 @@ layout pages (See the sidebar). | Param type | Description | | ---------- | ----------- | | window | a window. Any of the following: Class regex, `title:` and a title regex, `pid:` and the pid, `address:` and the address, `floating`, `tiled` | -| workspace | see below. | +| workspace | see [below]{{< relref "#workspaces" >}}. | | direction | `l` `r` `u` `d` left right up down | | monitor | One of: direction, ID, name, `current`, relative (e.g. `+1` or `-1`) | | resizeparams | relative pixel delta vec2 (e.g. `10 -10`), optionally a percentage of the window size (e.g. `20 25%`) or `exact` followed by an exact vec2 (e.g. `exact 1280 720`), optionally a percentage of the screen size (e.g. `exact 50% 50%`) |