Add OS X config for the Dock.

This commit is contained in:
Scott Wallace 2017-11-29 15:24:38 +00:00
parent bbc35e6529
commit aa0c52293e

View file

@ -39,6 +39,24 @@
dest: "{{ firefox_path }}/{{ profile_path }}/user.js" dest: "{{ firefox_path }}/{{ profile_path }}/user.js"
mode: 0440 mode: 0440
- name: 'OS X: Dock orientation'
tags:
- config
osx_defaults:
domain: com.apple.dock
type: string
key: orientation
value: right
- name: 'OS X: Dock size'
tags:
- config
osx_defaults:
domain: com.apple.dock
type: float
key: tilesize
value: 35
- name: 'OS X: Clear preferences cache' - name: 'OS X: Clear preferences cache'
tags: tags:
- config - config