mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2026-05-06 07:38:00 +02:00
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.
This commit is contained in:
parent
1a75ba6226
commit
362f2eeb32
1 changed files with 5 additions and 3 deletions
|
|
@ -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.
|
||||
> you'll need to type the symbol specified in the bind to activate it.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue