config: make focus-follows-mouse optional
This commit is contained in:
parent
fe2663fca3
commit
a12065a915
14 changed files with 96 additions and 6 deletions
|
|
@ -2039,6 +2039,14 @@ Config:
|
|||
```toml
|
||||
idle.minutes = 10
|
||||
```
|
||||
focus-follows-mouse:
|
||||
kind: boolean
|
||||
required: false
|
||||
description: |
|
||||
Configures whether moving the mouse over a window automatically moves the keyboard
|
||||
focus to that window.
|
||||
|
||||
The default is `true`.
|
||||
|
||||
|
||||
Idle:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue