diff --git a/ansible/roles/osx/tasks/defaults.yml b/ansible/roles/osx/tasks/defaults.yml index 8ca3e01..3a299e7 100644 --- a/ansible/roles/osx/tasks/defaults.yml +++ b/ansible/roles/osx/tasks/defaults.yml @@ -1,7 +1,7 @@ --- - include_vars: defaults.yml -- command: defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -int 1 - sudo: True +# - command: defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -int 1 +# sudo: True - command: defaults write {{ item }} with_items: osx_defaults - command: killall {{ item }} diff --git a/ansible/roles/osx/vars/defaults.yml b/ansible/roles/osx/vars/defaults.yml index 9d74701..fb006bd 100644 --- a/ansible/roles/osx/vars/defaults.yml +++ b/ansible/roles/osx/vars/defaults.yml @@ -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 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.driver.AppleBluetoothMultitouch.trackpad Clicking -int 1 - - com.apple.driver.AppleBluetoothMultitouch.trackpad DragLock -int 1 - - com.apple.driver.AppleBluetoothMultitouch.trackpad Dragging -int 1 + # - com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -int 1 + # - com.apple.driver.AppleBluetoothMultitouch.trackpad DragLock -int 1 + # - com.apple.driver.AppleBluetoothMultitouch.trackpad Dragging -int 1 - 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 QLEnableTextSelection -bool true # enable text selection in QuickLook