diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-09-05 13:16:34 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-09-05 13:16:34 +0200 |
commit | 897ab850e963e41564f17c41787ea9b309d15b96 (patch) | |
tree | 3526c5389ca13045ca35d7db42297f5cce7a2189 | |
parent | 4c0d6cd10fad111d9d07327de621c4df319d6db9 (diff) | |
download | dotfiles-897ab850e963e41564f17c41787ea9b309d15b96.tar.gz dotfiles-897ab850e963e41564f17c41787ea9b309d15b96.tar.bz2 dotfiles-897ab850e963e41564f17c41787ea9b309d15b96.zip |
.osx: Restart Dashboard
-rwxr-xr-x | .osx | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |