mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
mention touch_output
This commit is contained in:
parent
f708ea334d
commit
d8686de6ee
2 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue