Skip to content

Commit

Permalink
Monitors: add note about how to rotate touchscreen (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
appsforartists authored Jan 31, 2024
1 parent 1579530 commit fa00f8b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pages/Configuring/Monitors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit fa00f8b

Please sign in to comment.