From 362f2eeb32fa5ee896616eaa80a737f32f3c46ff Mon Sep 17 00:00:00 2001 From: Nikolai Nechaev Date: Sat, 18 Apr 2026 10:33:51 +0900 Subject: [PATCH] Configuring/Keywords: update the list of unsupported per-device options The list of options from the `input {}` block not supported by the `device {}` block was outdated. Added more options and the reason for why they are not supported. IMO, grouping options configuring devices with options configuring window management is not the right design, so maybe the config should be restructured in the future. For now, just updating the docs. --- content/Configuring/Advanced and Cool/Devices.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/Configuring/Advanced and Cool/Devices.md b/content/Configuring/Advanced and Cool/Devices.md index beacc043..21c5bea0 100644 --- a/content/Configuring/Advanced and Cool/Devices.md +++ b/content/Configuring/Advanced and Cool/Devices.md @@ -25,8 +25,10 @@ Inside of it, put your config options. All options from the `input` category (and all subcategories, e.g. `input.touchpad`) can be put inside, **EXCEPT**: - `force_no_accel` -- `follow_mouse` -- `float_switch_override_focus` +- Options that configure window management, such as: `follow_mouse`, + `follow_mouse_threshold`, `float_switch_override_focus`, `mouse_refocus`, + `special_fallthrough`, etc. + You can also use the `output` setting for tablets to bind them to outputs. Remember to use the name of the `Tablet` and not `Tablet Pad` or `Tablet Tool`. @@ -46,4 +48,4 @@ Additional properties only present in per-device configs: > still act as if you were on `us`. > > You can change this behavior by setting `resolve_binds_by_sym = 1`. In that case -> you'll need to type the symbol specified in the bind to activate it. \ No newline at end of file +> you'll need to type the symbol specified in the bind to activate it.