1
0
Fork 0
forked from wry/wry

add mouse_follows_focus

This commit is contained in:
kossLAN 2026-06-06 20:05:20 -04:00
parent e61f042d8b
commit 3a4105dd42
No known key found for this signature in database
8 changed files with 72 additions and 22 deletions

View file

@ -2903,7 +2903,7 @@ Config:
focus to that window.
The default is `true`.
unstable-mouse-follows-focus:
mouse-follows-focus:
kind: boolean
required: false
description: |
@ -2914,10 +2914,20 @@ Config:
active window when focus changes through keyboard commands such as `focus-left`,
`focus-right`, `show-workspace`, etc.
The default is `false`.
This option is unstable due to various issues. It is not subject to the usual
semver guarantees.
The default is `true`.
- Example:
```toml
mouse-follows-focus = false
```
unstable-mouse-follows-focus:
kind: boolean
required: false
description: |
Legacy alias for `mouse-follows-focus`.
Prefer `mouse-follows-focus` in new configurations.
- Example: