mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-02-17 02:22:07 +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
|
The monitor transform and workspace keywords depend on a monitor rule set
|
||||||
specifically for the targeted monitor, and **_MUST_** be after it.
|
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 >}}
|
{{< /hint >}}
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
|
|
Loading…
Add table
Reference in a new issue