mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
mention workspace and transform rules
This commit is contained in:
parent
a55b682364
commit
a37dabf3e6
1 changed files with 9 additions and 3 deletions
|
@ -85,6 +85,11 @@ workspace=DP-1,1
|
||||||
|
|
||||||
will tell Hyprland to make the default workspace on DP-1 a number 1.
|
will tell Hyprland to make the default workspace on DP-1 a number 1.
|
||||||
|
|
||||||
|
{{< hint=important >}}
|
||||||
|
This keyword depends on a monitor rule set specifically for the targeted monitor,
|
||||||
|
and ***MUST*** be after it.
|
||||||
|
{{< /hint >}}
|
||||||
|
|
||||||
If you want to rotate a monitor, use
|
If you want to rotate a monitor, use
|
||||||
|
|
||||||
```plain
|
```plain
|
||||||
|
@ -94,11 +99,12 @@ monitor=NAME,transform,TRANSFORM
|
||||||
where `NAME` is the name, and `TRANSFORM` is an integer, from 0 to 7,
|
where `NAME` is the name, and `TRANSFORM` is an integer, from 0 to 7,
|
||||||
corresponding to your transform of choice.
|
corresponding to your transform of choice.
|
||||||
|
|
||||||
{{< hint type=important >}}
|
{{< hint=important >}}
|
||||||
This keyword **MUST** be _after_ your `monitor=` keyword with
|
This keyword depends on a monitor rule set specifically for the targeted monitor,
|
||||||
the resolution, etc.
|
and ***MUST*** be after it.
|
||||||
{{< /hint >}}
|
{{< /hint >}}
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
WL_OUTPUT_TRANSFORM_NORMAL = 0
|
WL_OUTPUT_TRANSFORM_NORMAL = 0
|
||||||
WL_OUTPUT_TRANSFORM_90 = 1
|
WL_OUTPUT_TRANSFORM_90 = 1
|
||||||
|
|
Loading…
Reference in a new issue