Skip to content

Instantly share code, notes, and snippets.

@wyllie
Created November 17, 2018 18:44
Show Gist options
  • Save wyllie/d746822827eabaa842875d98a4f4a19a to your computer and use it in GitHub Desktop.
Save wyllie/d746822827eabaa842875d98a4f4a19a to your computer and use it in GitHub Desktop.
# This will enable sloppy focus (somewhat) on MacOSX
#
# Enter this command in any terminal and then relaunch:
defaults write com.apple.Terminal FocusFollowsMouse -string YES
# to disable:
defaults write com.apple.Terminal FocusFollowsMouse -string NO
# for more details: http://osxdaily.com/2011/04/18/terminal-focus-follow-mouse-mac/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment