docs(mkdocs): add common workflows section

This commit is contained in:
LGUG2Z
2024-02-11 17:45:12 -08:00
committed by جاد
parent 731a4465f1
commit 0c75ec37d0
13 changed files with 379 additions and 574 deletions
@@ -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 -->
[![Watch the tutorial video](https://img.youtube.com/vi/LBoyXQiNINc/hqdefault.jpg)](https://www.youtube.com/watch?v=LBoyXQiNINc)