mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
mention disabling pointers
This commit is contained in:
parent
d353e00892
commit
f74e88dfc3
1 changed files with 5 additions and 0 deletions
|
@ -110,6 +110,11 @@ touchdevice:transform -> touch_transform
|
|||
touchdevice:output -> touch_output
|
||||
```
|
||||
|
||||
Additional properties only present in per-device configs:
|
||||
```plain
|
||||
enabled -> (only for mice / touchpads) enables / disables the device (connects / disconnects from the on-screen cursor) - default: Enabled
|
||||
```
|
||||
|
||||
Example config section:
|
||||
|
||||
```ini
|
||||
|
|
Loading…
Reference in a new issue