Navigation Menu

Skip to content

Commit

Permalink
.osx: Restart Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Sep 5, 2012
1 parent 4c0d6cd commit 897ab85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .osx
Expand Up @@ -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."

0 comments on commit 897ab85

Please sign in to comment.