[defaults] Can't figure out how to get trackpad prefs working

pull/28/head
Alpha Chen 10 years ago
parent 664b85919e
commit 3e71940141

@ -1,7 +1,7 @@
--- ---
- include_vars: defaults.yml - include_vars: defaults.yml
- command: defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -int 1 # - command: defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -int 1
sudo: True # sudo: True
- command: defaults write {{ item }} - command: defaults write {{ item }}
with_items: osx_defaults with_items: osx_defaults
- command: killall {{ item }} - command: killall {{ item }}

@ -21,9 +21,9 @@ osx_defaults: # named osx_defaults since there's an Ansible conflict w/defaults
- com.apple.dock showhidden -bool true # translucent icons for hidden apps - com.apple.dock showhidden -bool true # translucent icons for hidden apps
- com.apple.dock workspaces-auto-swoosh -bool false # don't switch to a space w/open windows for the app - com.apple.dock workspaces-auto-swoosh -bool false # don't switch to a space w/open windows for the app
- com.apple.dock wvous-bl-corner -int 10 # set the bottom left hot corner to sleep the display - com.apple.dock wvous-bl-corner -int 10 # set the bottom left hot corner to sleep the display
- com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -int 1 # - com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -int 1
- com.apple.driver.AppleBluetoothMultitouch.trackpad DragLock -int 1 # - com.apple.driver.AppleBluetoothMultitouch.trackpad DragLock -int 1
- com.apple.driver.AppleBluetoothMultitouch.trackpad Dragging -int 1 # - com.apple.driver.AppleBluetoothMultitouch.trackpad Dragging -int 1
- com.apple.dt.Xcode DVTTextAutoSuggestCompletionsDelay 0.1 # Xcode autocomplete delay - com.apple.dt.Xcode DVTTextAutoSuggestCompletionsDelay 0.1 # Xcode autocomplete delay
- com.apple.finder FXEnableExtensionChangeWarning -bool false # don't ask when changing file extension - com.apple.finder FXEnableExtensionChangeWarning -bool false # don't ask when changing file extension
- com.apple.finder QLEnableTextSelection -bool true # enable text selection in QuickLook - com.apple.finder QLEnableTextSelection -bool true # enable text selection in QuickLook

Loading…
Cancel
Save