mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
mention nests in a hint
This commit is contained in:
parent
e0ea3e95c0
commit
f4032f7153
1 changed files with 17 additions and 0 deletions
|
@ -149,6 +149,23 @@ _Subcategory `input:touchpad:`_
|
||||||
| middle_button_emulation | self-explanatory | bool | false |
|
| middle_button_emulation | self-explanatory | bool | false |
|
||||||
| tap-to-click | self-explanatory | bool | true |
|
| tap-to-click | self-explanatory | bool | true |
|
||||||
|
|
||||||
|
{{< hint type=important >}}
|
||||||
|
A subcategory is a nested category:
|
||||||
|
```
|
||||||
|
input {
|
||||||
|
# ...
|
||||||
|
# ...
|
||||||
|
|
||||||
|
touchpad {
|
||||||
|
# ...
|
||||||
|
# ...
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
Doing `input:touchpad {` is **invalid**!
|
||||||
|
{{< /hint >}}
|
||||||
|
|
||||||
### Per-device input config
|
### Per-device input config
|
||||||
|
|
||||||
Described [here](../Advanced-config#per-device-input-configs).
|
Described [here](../Advanced-config#per-device-input-configs).
|
||||||
|
|
Loading…
Reference in a new issue