mention disabling pointers

This commit is contained in:
Vaxry 2022-10-27 12:58:22 +01:00
parent d353e00892
commit f74e88dfc3
1 changed files with 5 additions and 0 deletions

View File

@ -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