mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Add hyperlink for workspaces
This commit is contained in:
parent
4145d664df
commit
2d8edbd38a
1 changed files with 1 additions and 1 deletions
|
@ -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%`) |
|
||||
|
|
Loading…
Reference in a new issue