From 897ab850e963e41564f17c41787ea9b309d15b96 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 5 Sep 2012 13:16:34 +0200 Subject: .osx: Restart Dashboard --- .osx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.osx') diff --git a/.osx b/.osx index 344d389..7f82e0e 100755 --- a/.osx +++ b/.osx @@ -523,9 +523,9 @@ defaults write com.twitter.twitter-mac HideInBackground -bool true # Kill affected applications # ############################################################################### -for app in "Address Book" "Calendar" "Contacts" "Dock" "Finder" "Mail" \ - "Safari" "SizeUp" "SystemUIServer" "Terminal" "Transmission" "Twitter" \ - "iCal" "iTunes"; do +for app in "Address Book" "Calendar" "Contacts" "Dashboard" "Dock" "Finder" \ + "Mail" "Safari" "SizeUp" "SystemUIServer" "Terminal" "Transmission" \ + "Twitter" "iCal" "iTunes"; do killall "$app" > /dev/null 2>&1 done echo "Done. Note that some of these changes require a logout/restart to take effect." \ No newline at end of file -- cgit v1.2.3