diff --git a/pages/Configuring/Basic-Config.md b/pages/Configuring/Basic-Config.md index df95de1..344447b 100644 --- a/pages/Configuring/Basic-Config.md +++ b/pages/Configuring/Basic-Config.md @@ -149,6 +149,23 @@ _Subcategory `input:touchpad:`_ | middle_button_emulation | self-explanatory | bool | false | | 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 Described [here](../Advanced-config#per-device-input-configs).