add mouse_follows_focus
This commit is contained in:
parent
e61f042d8b
commit
3a4105dd42
8 changed files with 72 additions and 22 deletions
|
|
@ -2142,7 +2142,7 @@ The table has the following fields:
|
|||
|
||||
The value of this field should be a boolean.
|
||||
|
||||
- `unstable-mouse-follows-focus` (optional):
|
||||
- `mouse-follows-focus` (optional):
|
||||
|
||||
Configures whether the mouse cursor is automatically centered on the active window
|
||||
when focus changes via keyboard commands.
|
||||
|
|
@ -2151,10 +2151,21 @@ The table has the following fields:
|
|||
active window when focus changes through keyboard commands such as `focus-left`,
|
||||
`focus-right`, `show-workspace`, etc.
|
||||
|
||||
The default is `false`.
|
||||
The default is `true`.
|
||||
|
||||
This option is unstable due to various issues. It is not subject to the usual
|
||||
semver guarantees.
|
||||
- Example:
|
||||
|
||||
```toml
|
||||
mouse-follows-focus = false
|
||||
```
|
||||
|
||||
The value of this field should be a boolean.
|
||||
|
||||
- `unstable-mouse-follows-focus` (optional):
|
||||
|
||||
Legacy alias for `mouse-follows-focus`.
|
||||
|
||||
Prefer `mouse-follows-focus` in new configurations.
|
||||
|
||||
- Example:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue