From aa0c52293e173bb448df2d5500b3817760db9e72 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Wed, 29 Nov 2017 15:24:38 +0000 Subject: [PATCH] Add OS X config for the Dock. --- .ansible/roles/mac_desktop/tasks/prefs.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.ansible/roles/mac_desktop/tasks/prefs.yaml b/.ansible/roles/mac_desktop/tasks/prefs.yaml index 6f8e308..531c315 100644 --- a/.ansible/roles/mac_desktop/tasks/prefs.yaml +++ b/.ansible/roles/mac_desktop/tasks/prefs.yaml @@ -39,6 +39,24 @@ dest: "{{ firefox_path }}/{{ profile_path }}/user.js" 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' tags: - config