mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
feat: previous workspace per monitor (#689)
This commit is contained in:
parent
1b87a52c26
commit
3102f765c8
1 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ set.
|
||||||
|
|
||||||
## Workspaces
|
## Workspaces
|
||||||
|
|
||||||
You have eight choices:
|
You have nine choices:
|
||||||
|
|
||||||
- ID: e.g. `1`, `2`, or `3`
|
- ID: e.g. `1`, `2`, or `3`
|
||||||
|
|
||||||
|
@ -132,7 +132,7 @@ You have eight choices:
|
||||||
|
|
||||||
- Name: e.g. `name:Web`, `name:Anime` or `name:Better anime`
|
- Name: e.g. `name:Web`, `name:Anime` or `name:Better anime`
|
||||||
|
|
||||||
- Previous workspace: `previous`
|
- Previous workspace: `previous`, or `previous_per_monitor`
|
||||||
|
|
||||||
- First available empty workspace: `empty`, suffix with `m` to only search on monitor. and/or `n` to make it the *next* available empty workspace. e.g. `emptynm`
|
- First available empty workspace: `empty`, suffix with `m` to only search on monitor. and/or `n` to make it the *next* available empty workspace. e.g. `emptynm`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue