mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55:59 +01:00
Monitors: add note about how to rotate touchscreen (#402)
This commit is contained in:
parent
1579530085
commit
fa00f8b742
1 changed files with 14 additions and 0 deletions
|
@ -205,6 +205,20 @@ flipped + 180 degrees -> 6
|
||||||
flipped + 270 degrees -> 7
|
flipped + 270 degrees -> 7
|
||||||
```
|
```
|
||||||
|
|
||||||
|
{{< hint type=note >}}
|
||||||
|
If you're using a touchscreen, you'll also have to rotate its digitizer to match:
|
||||||
|
|
||||||
|
```ini
|
||||||
|
input {
|
||||||
|
touchdevice {
|
||||||
|
transform = 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
This will be done automatically when [#3544](https://github.com/hyprwm/Hyprland/pull/3544) lands.
|
||||||
|
{{< /hint >}}
|
||||||
|
|
||||||
# Default workspace
|
# Default workspace
|
||||||
|
|
||||||
See [Workspace Rules](../Workspace-Rules).
|
See [Workspace Rules](../Workspace-Rules).
|
||||||
|
|
Loading…
Reference in a new issue