mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: Automatically Focus window on mouse hover #355
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @renhiyama on GitHub (Apr 27, 2024).
I had been using Hyprland for a long time.
It had this feature where the window your mouse was on, would be automatically highlighted/made active. This made it easier for me to use tiling, well knowing that the cursor is where I will be focusing on, and hence I'd be running any modification shortcuts on that window only.
@azinsharaf commented on GitHub (Apr 28, 2024):
i think
focus_follows_mousegives what you need.https://komorebi.lgug2z.com/schema#focus_follows_mouse
it accepts two optiosn:
"focus_follows_mouse": "Komorebi",or
"focus_follows_mouse": "Windows",