From fb16c911a40b8467efb3634d906e316893937d31 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 12 Apr 2012 10:47:13 +0200 Subject: =?UTF-8?q?.osx:=20Add=20=E2=80=9Cfocus=20follows=20mouse=E2=80=9D?= =?UTF-8?q?=20commands=20for=20Terminal.app=20and=20X11=20apps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I disabled (commented) these settings by default as I think it’s confusing that “focus follows mouse” works only for some apps. I’d rather have consistent, less confusing behavior across all apps, even if it’s not as useful. --- .osx | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index 35bc437..30a5aa0 100755 --- a/.osx +++ b/.osx @@ -194,6 +194,11 @@ defaults write com.apple.iCal IncludeDebugMenu -bool true # Only use UTF-8 in Terminal.app defaults write com.apple.terminal StringEncodings -array 4 +# Enable “focus follows mouse” for Terminal.app and all X11 apps +# This means you can hover over a window and start typing in it without clicking first +#defaults write com.apple.terminal FocusFollowsMouse -bool true +#defaults write org.x.X11 wm_ffm -bool true + # Disable the Ping sidebar in iTunes defaults write com.apple.iTunes disablePingSidebar -bool true -- cgit v1.2.3