[meta] s/defaults/osx_defaults/

Apparently 'defaults' conflicts with something in ansible?
pull/28/head
Alpha Chen 10 years ago
parent 62449e4e77
commit aaaa04488b

@ -3,7 +3,7 @@
- command: defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -int 1
sudo: True
- command: defaults write {{ item }}
with_items: defaults | list
with_items: osx_defaults
- command: killall {{ item }}
with_items:
- Finder

@ -1,5 +1,5 @@
---
defaults:
osx_defaults: # named osx_defaults since there's an Ansible conflict w/defaults
- -g NSDisableAutomaticTermination -bool true # Don't quit idle applications
- NSGlobalDomain AppleFontSmoothing -int 2 # subpixel rendering on non-Apple LCDs

Loading…
Cancel
Save