Point-to-Focus
Enabling 'point-to-focus' on Mac OS X Aqua
Problem: Want to make window active when mouse hovers over it (without having to click on the window).
Solution:
In an xterm do
defaults write com.apple.x11 wm_ffm true
Then restart X11.
To undo:
defaults write com.apple.x11 delete wm_ffm