Monitors: add note about how to rotate touchscreen (#402)

This commit is contained in:
Brenton Simpson 2024-01-31 01:23:57 -08:00 committed by GitHub
parent 1579530085
commit fa00f8b742
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 0 deletions

View File

@ -205,6 +205,20 @@ flipped + 180 degrees -> 6
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
See [Workspace Rules](../Workspace-Rules).