aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-04-12 10:47:13 +0200
committerMathias Bynens <mathias@qiwi.be>2012-04-12 10:47:13 +0200
commitfb16c911a40b8467efb3634d906e316893937d31 (patch)
tree4fe1c76d280b3ac10243ee51f90afd467f741314 /.osx
parent4623943f952e0b35c70a7a851f228e0caa18fcd5 (diff)
downloaddotfiles-fb16c911a40b8467efb3634d906e316893937d31.tar.gz
dotfiles-fb16c911a40b8467efb3634d906e316893937d31.tar.bz2
dotfiles-fb16c911a40b8467efb3634d906e316893937d31.zip
.osx: Add “focus follows mouse” commands for Terminal.app and X11 apps
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.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx5
1 files changed, 5 insertions, 0 deletions
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