diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-09-23 20:56:45 +0300 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-09-23 20:56:45 +0300 |
commit | c983fac557a35067c114f58c847d94b073d1c117 (patch) | |
tree | 3b1b6f4ef568bb50792b0539348e05e925d64a37 | |
parent | 50c583f83123640641097a8993c10cf7052ee47e (diff) | |
download | dotfiles-c983fac557a35067c114f58c847d94b073d1c117.tar.gz dotfiles-c983fac557a35067c114f58c847d94b073d1c117.tar.bz2 dotfiles-c983fac557a35067c114f58c847d94b073d1c117.zip |
Typo.
-rwxr-xr-x | .osx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -bool # Map bottom right Trackpad corner to right-click defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadCornerSecondaryClick -int 2 -defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadRightClick -bool false +defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadRightClick -bool true # Disable Safari’s thumbnail cache for History and Top Sites defaults write com.apple.Safari DebugSnapshotsUpdatePolicy -int 2 |