aesophor / wmderland

🌳 X11 tiling window manager using space partitioning trees
https://www.reddit.com/r/unixporn/comments/fb8ve1/wmderland_104_time_to_move_on/
MIT License
409 stars 15 forks source link

add windowfocus-follows-mouse feature #33

Closed Quoteme closed 4 years ago

Quoteme commented 4 years ago

just as the title says. There should be an equivalent to focus_follows_mouse (yes|no) as in i3. So if you move the mouse from one window into another, the focus should switch to that window. Default should be set to yes, because thats how it is in i3

aesophor commented 4 years ago

Hi there, this feature is now available in the staging branch! #34

Currently it seems to be bug-free (what a bold statement lol), but I'll test it for a few days. If everything goes well, I'll merge it into master.

aesophor commented 4 years ago

@Quoteme @the-coffee-coder

The focus_follows_mouse feature has been merged into master! :smile: