mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
add binding tablets to outputs
This commit is contained in:
parent
7d6bea998c
commit
e8ad161090
1 changed files with 5 additions and 2 deletions
|
@ -106,10 +106,13 @@ force_no_accel, follow_mouse, float_switch_override_focus
|
|||
Properties that change names:
|
||||
|
||||
```plain
|
||||
touchdevice:transform -> touch_transform
|
||||
touchdevice:output -> touch_output
|
||||
touchdevice:transform -> transform
|
||||
touchdevice:output -> output
|
||||
```
|
||||
|
||||
You can also use the `output` setting for tablets to bind them to outputs. Remember to
|
||||
use the name of the `Tablet` and not `Tablet Pad` or `Tablet tool`.
|
||||
|
||||
Additional properties only present in per-device configs:
|
||||
```plain
|
||||
enabled -> (only for mice / touchpads / keyboards) enables / disables the device (connects / disconnects from the on-screen cursor) - default: Enabled
|
||||
|
|
Loading…
Reference in a new issue