mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-18 23:44:00 +01:00
16 lines
468 B
Markdown
16 lines
468 B
Markdown
# Mouse Follows Focus
|
|
|
|
By default, the mouse will move to the center of the window when the focus is
|
|
changed in a given direction. This behaviour is know as 'mouse follows focus'.
|
|
This behaviour can be disabled in the `komorebi.json` configuration file.
|
|
|
|
```json
|
|
{
|
|
"mouse_follows_focus": false,
|
|
}
|
|
```
|
|
|
|
<!-- TODO: Record a new video -->
|
|
|
|
[](https://www.youtube.com/watch?v=LBoyXQiNINc)
|