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

@ -145,6 +145,19 @@ focus.
focus-follows-mouse = true # default
```
## Mouse Follows Focus
When enabled, moving focus with keyboard commands centers the pointer on the
newly focused window.
```toml
mouse-follows-focus = true # default
```
Set it to `false` if you want shortcuts such as `focus-left`, `focus-right`,
`focus-prev`, `focus-next`, and workspace switching to leave the pointer where
it is.
## Window Management Key
Designates a key that, while held, enables window management mode. In this