mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-25 22:15:59 +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
|
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:
|
Example config section:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
|
|
Loading…
Reference in a new issue