add mouse_follows_focus
This commit is contained in:
parent
e61f042d8b
commit
3a4105dd42
8 changed files with 72 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue