On Thu, Nov 01, 2012 at 09:01:20AM +1100, Cameron Simpson wrote: > - focus follows mouse
You can enable sloppy focus in Terminal.app too (though there's a long-standing and very annoying bug with the interaction between that and *other* applications, which don't have it). % defaults read com.apple.Terminal FocusFollowsMouse YES To set it, you can run: defaults write com.apple.Terminal FocusFollowsMouse -string YES You have to change focus to the app itself via the normal method, but once you're in it, you can use the mouse to focus windows without clicking. w