Y
Hacker News
new
|
ask
|
show
|
jobs
by
speedgoose
742 days ago
Looks like Hammerspoon and some lua should do:
https://www.hammerspoon.org/docs/hs.mouse.html
https://www.hammerspoon.org/docs/hs.window.html
1 comments
bashinator
741 days ago
Not seeing a way to get the window currently under the mouse pointer, but this is pretty interesting - thanks!
link
speedgoose
741 days ago
You can get the positions of every windows, the position of the mouse pointer, and you can focus windows.
link
bashinator
741 days ago
This is really cool, I'm gonna try and implement it!
link