clarify workspace and transform rules

This commit is contained in:
vaxerski 2022-11-21 13:46:56 +00:00
parent d4a9ab5527
commit 9173043d0d
1 changed files with 9 additions and 0 deletions

View File

@ -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