diff --git a/bin/macos-settings b/bin/macos-settings index 161bf06..8075d59 100755 --- a/bin/macos-settings +++ b/bin/macos-settings @@ -47,7 +47,7 @@ defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false # Reduce Motion -defaults write com.apple.universalaccess reduceMotion -bool true +defaults write com.apple.Accessibility ReduceMotionEnabled -int 1 # Menu Bar Size defaults write NSGlobalDomain NSTitleBarSize 22 @@ -191,11 +191,11 @@ defaults write com.apple.dock wvous-bl-modifier -int 0 # Enable full keyboard access for all controls (e.g. enable Tab in modal dialogs) defaults write NSGlobalDomain AppleKeyboardUIMode -int 3 -# Tracking speed: (default is 1.5 in GUI) -defaults read -g com.apple.trackpad.scaling - # Tracking speed: maximum 5.0 -defaults write -g com.apple.trackpad.scaling 5.0 +defaults write -g com.apple.trackpad.scaling -float 5.0 + +# Mouse Tracking speed: maximum 5.0 +defaults write -g com.apple.mouse.scaling -float 1.5 # Trackpad: enable tap to click for this user and for the login screen defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -bool true diff --git a/bin/preferences-backup b/bin/preferences-backup index d885861..40e406d 100755 --- a/bin/preferences-backup +++ b/bin/preferences-backup @@ -4,6 +4,9 @@ defaults export com.apple.symbolichotkeys ~/.dotfiles/private/preferences/keyboard_shortcuts.plist defaults export com.apple.universalaccess ~/.dotfiles/private/preferences/universal_access_shortcuts.plist +# Finder sidebar favorites +defaults export com.apple.finder ~/.dotfiles/private/preferences/finder.plist + # Export all Dock settings defaults export com.apple.dock ~/.dotfiles/private/preferences/dock.plist diff --git a/bin/preferences-restore b/bin/preferences-restore index 84bc951..f536c1a 100755 --- a/bin/preferences-restore +++ b/bin/preferences-restore @@ -4,6 +4,10 @@ defaults import com.apple.symbolichotkeys ~/.dotfiles/private/preferences/keyboard_shortcuts.plist defaults import com.apple.universalaccess ~/.dotfiles/private/preferences/universal_access_shortcuts.plist +# Finder sidebar favorites +defaults import com.apple.finder ~/.dotfiles/private/preferences/finder.plist +killall Finder + # Remove default Dock and import all Dock settings defaults delete com.apple.dock persistent-apps defaults delete com.apple.dock persistent-others diff --git a/private b/private index d6c0298..8dd1589 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit d6c02987d8a7e99ac6f33fc138833242512fd323 +Subproject commit 8dd1589c355dac784e1c0bab9367e9b3ad21bd7c