mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
clarify workspace and transform rules
This commit is contained in:
parent
d4a9ab5527
commit
9173043d0d
1 changed files with 9 additions and 0 deletions
|
@ -136,6 +136,15 @@ support 10 bit.
|
|||
The monitor transform and workspace keywords depend on a monitor rule set
|
||||
specifically for the targeted monitor, and **_MUST_** be after it.
|
||||
|
||||
e.g.:
|
||||
```ini
|
||||
monitor=,preferred,auto,1
|
||||
workspace=DP-3,1 # invalid
|
||||
|
||||
monitor=DP-3,preferred,auto,1
|
||||
workspace=DP-3,1 # valid
|
||||
```
|
||||
|
||||
{{< /hint >}}
|
||||
|
||||
```ini
|
||||
|
|
Loading…
Reference in a new issue