May 15, 2008 in UNIX, Open Source | 0 Comments
Activate
Searching around the web, I got this nice feature for your Terminal: you can change focus between Terminal windows with simple mouse over window. Here is the command line :
defaults write com.apple.terminal FocusFollowsMouse -string YES
Of course, big screen Mac user has the advantage here because this feature only move the focus without moving active Terminal window.
Deactivate
To deactivate it, simply change the boolean value to NO.
defaults write com.apple.terminal FocusFollowsMouse -string NO
Keep Up to Date
We will come up with more and more interesting topics over the time, make sure to keep yourself up to date using RSS Feeds or Email Subscription.
Related Entries
Some articles taken from our resource base, tightly related to current article, to empower you with more knowledge on tweaking the most out of your Mac.
Post a Comment
You can't be anonymous
C'mon, I'm sure you've got something to say.