mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
Merge pull request #26 from histausse/touchdevice_transform
Add doc for `input:touchdevice:transform`
This commit is contained in:
commit
f708ea334d
2 changed files with 14 additions and 1 deletions
|
@ -110,7 +110,12 @@ Inside of it, put your config options. All options from the `input` category
|
|||
|
||||
force_no_accel, follow_mouse, float_switch_override_focus
|
||||
|
||||
For example:
|
||||
Properties that change names:
|
||||
```plain
|
||||
touchdevice:transform -> touch_transform
|
||||
```
|
||||
|
||||
Example config section:
|
||||
|
||||
```ini
|
||||
device:ROYUAN Akko Multi-modes Keyboard-B {
|
||||
|
|
|
@ -170,6 +170,14 @@ input {
|
|||
Doing `input:touchpad {` is **invalid**!
|
||||
{{< /hint >}}
|
||||
|
||||
### Touchdevice
|
||||
|
||||
_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 |
|
||||
|
||||
### Per-device input config
|
||||
|
||||
Described [here](../Keywords#per-device-input-configs).
|
||||
|
|
Loading…
Reference in a new issue