From 9c47762e3f76e451dbef7bbb4c17e8e178b15d04 Mon Sep 17 00:00:00 2001 From: Bert Pattyn Date: Sun, 23 Feb 2014 20:49:45 +0100 Subject: [PATCH] Update dock_automatically_hide_and_show_the_dock.rb --- recipes/dock_automatically_hide_and_show_the_dock.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/dock_automatically_hide_and_show_the_dock.rb b/recipes/dock_automatically_hide_and_show_the_dock.rb index 4793402..590c319 100644 --- a/recipes/dock_automatically_hide_and_show_the_dock.rb +++ b/recipes/dock_automatically_hide_and_show_the_dock.rb @@ -1,4 +1,4 @@ -osxdefaults_defaults "Make Dock icons of hidden applications translucent" do +osxdefaults_defaults "Automatically hide and show the dock" do domain 'com.apple.dock' key 'autohide' boolean true