mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
add relative_input for tablets
This commit is contained in:
parent
36c1a41f4d
commit
13e19e2ccb
1 changed files with 1 additions and 0 deletions
|
@ -243,6 +243,7 @@ _Subcategory `input:tablet:`_
|
||||||
| output | the monitor to bind tablets. Empty means unset and will use the current / autodetected. | string | \[\[Empty\]\] |
|
| output | the monitor to bind tablets. Empty means unset and will use the current / autodetected. | string | \[\[Empty\]\] |
|
||||||
| region_position | position of the mapped region in monitor layout. | vec2 | [0, 0] |
|
| region_position | position of the mapped region in monitor layout. | vec2 | [0, 0] |
|
||||||
| region_size | size of the mapped region. When this variable is set, tablet input will be mapped to the region. [0, 0] or invalid size means unset. | vec2 | [0, 0] |
|
| region_size | size of the mapped region. When this variable is set, tablet input will be mapped to the region. [0, 0] or invalid size means unset. | vec2 | [0, 0] |
|
||||||
|
| relative_input | whether the input should be relative | bool | false |
|
||||||
|
|
||||||
## Per-device input config
|
## Per-device input config
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue