mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-02-17 02:22:07 +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:
|
Properties that change names:
|
||||||
|
|
||||||
```plain
|
```plain
|
||||||
touchdevice:transform -> touch_transform
|
touchdevice:transform -> transform
|
||||||
touchdevice:output -> touch_output
|
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:
|
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 / keyboards) enables / disables the device (connects / disconnects from the on-screen cursor) - default: Enabled
|
||||||
|
|
Loading…
Add table
Reference in a new issue