mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-05-31 16:00:41 +02:00
docs(mkdocs): add common workflows section
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user