How To Enable Focus Follows Mouse On MacOS
erics, Posted December 2nd, 2021 at 10:59:53am
Use AutoRaise!
From the docs: “When you hover a window it will be raised to the front (with a delay of your choosing) and gets the focus.”
Web page: https://github.com/sbmpost/AutoRaise
Download: https://github.com/sbmpost/AutoRaise/archive/refs/heads/master.zip
1 2 3 |
unzip -d ~ ~/Downloads/AutoRaise-master.zip cd ~/AutoRaise-master && make clean && make make install |
My ~/.AutoRaise file:
1 2 |
#AutoRaise config file delay=3 |
Stephen said on February 4, 2022, 11:01 pm:
This is really helpful and seems to work more simply/reliably than yabai for my purposes. I’m just wanting basic window switching across two monitors/windows using Blender, which relies on lots of RMB clicks, which don’t activate the window. Thanks so much, looking forward to more testing, but so far very good!