Files
komorebi/docs/common-workflows/mouse-follows-focus.md
2024-02-15 12:21:51 -08:00

468 B

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.

{
  "mouse_follows_focus": false,
}

Watch the tutorial video