From fa00f8b74277f5729919abc4fa1bede55f4fa8f3 Mon Sep 17 00:00:00 2001 From: Brenton Simpson Date: Wed, 31 Jan 2024 01:23:57 -0800 Subject: [PATCH] Monitors: add note about how to rotate touchscreen (#402) --- pages/Configuring/Monitors.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pages/Configuring/Monitors.md b/pages/Configuring/Monitors.md index 6b63275..1eb5c82 100644 --- a/pages/Configuring/Monitors.md +++ b/pages/Configuring/Monitors.md @@ -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).