mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55: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
|
force_no_accel, follow_mouse, float_switch_override_focus
|
||||||
|
|
||||||
For example:
|
Properties that change names:
|
||||||
|
```plain
|
||||||
|
touchdevice:transform -> touch_transform
|
||||||
|
```
|
||||||
|
|
||||||
|
Example config section:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
device:ROYUAN Akko Multi-modes Keyboard-B {
|
device:ROYUAN Akko Multi-modes Keyboard-B {
|
||||||
|
|
|
@ -170,6 +170,14 @@ input {
|
||||||
Doing `input:touchpad {` is **invalid**!
|
Doing `input:touchpad {` is **invalid**!
|
||||||
{{< /hint >}}
|
{{< /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
|
### Per-device input config
|
||||||
|
|
||||||
Described [here](../Keywords#per-device-input-configs).
|
Described [here](../Keywords#per-device-input-configs).
|
||||||
|
|
Loading…
Reference in a new issue