From d8686de6ee5060e0bf65f2bdcd829e97ada44194 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Fri, 14 Oct 2022 12:40:01 +0100 Subject: [PATCH] mention touch_output --- pages/Configuring/Keywords.md | 1 + pages/Configuring/Variables.md | 1 + 2 files changed, 2 insertions(+) diff --git a/pages/Configuring/Keywords.md b/pages/Configuring/Keywords.md index 8ffb7ba..f91c169 100644 --- a/pages/Configuring/Keywords.md +++ b/pages/Configuring/Keywords.md @@ -113,6 +113,7 @@ force_no_accel, follow_mouse, float_switch_override_focus Properties that change names: ```plain touchdevice:transform -> touch_transform +touchdevice:output -> touch_output ``` Example config section: diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index cb611a2..aff79d2 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -177,6 +177,7 @@ _Subcategory `input:touchdevice:`_ | name | description | type | default | |---|---|---|---|---| | transform | transform the input from touchdevices. The possible transformations are the same as [those of the monitors](../Monitors/#rotating-and-the-default-workspace) | int | 0 | +| output | the output to bind touch devices. Empty means unset and will use the current / autodetected. | string | \[EMPTY\] | ### Per-device input config