mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55:59 +01:00
Document input:touchdevice:enabled and device:$touchdevice:enabled (#446)
This commit is contained in:
parent
57be38d1e3
commit
2698aae1e9
2 changed files with 4 additions and 2 deletions
|
@ -115,7 +115,7 @@ use the name of the `Tablet` and not `Tablet Pad` or `Tablet tool`.
|
||||||
|
|
||||||
Additional properties only present in per-device configs:
|
Additional properties only present in per-device configs:
|
||||||
```plain
|
```plain
|
||||||
enabled -> (only for mice / touchpads / keyboards) enables / disables the device (connects / disconnects from the on-screen cursor) - default: Enabled
|
enabled -> (only for mice / touchpads / touchdevices / keyboards) enables / disables the device (connects / disconnects from the on-screen cursor) - default: Enabled
|
||||||
```
|
```
|
||||||
|
|
||||||
Example config section:
|
Example config section:
|
||||||
|
|
|
@ -248,6 +248,8 @@ _Subcategory `input:touchdevice:`_
|
||||||
|---|---|---|---|
|
|---|---|---|---|
|
||||||
| transform | transform the input from touchdevices. The possible transformations are the same as [those of the monitors](../Monitors/#rotating) | int | 0 |
|
| transform | transform the input from touchdevices. The possible transformations are the same as [those of the monitors](../Monitors/#rotating) | int | 0 |
|
||||||
| output | the monitor to bind touch devices. Empty means unset and will use the current / autodetected. | string | \[\[Empty\]\] |
|
| output | the monitor to bind touch devices. Empty means unset and will use the current / autodetected. | string | \[\[Empty\]\] |
|
||||||
|
| enabled | Whether input is enabled for touch devices. | bool | true |
|
||||||
|
|
||||||
|
|
||||||
### Tablet
|
### Tablet
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue