Add hyperlink for workspaces

This commit is contained in:
lactose 2024-01-30 06:30:12 +00:00
parent 4145d664df
commit 2d8edbd38a
1 changed files with 1 additions and 1 deletions

View File

@ -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%`) |