From 284ced9441b552411dd7964649f6ef3c9572055a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Sun, 3 Nov 2013 00:39:11 +0200 Subject: =?UTF-8?q?.osx:=20Don=E2=80=99t=20`kill`=20Dashboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `killall Dashboard` doesn’t actually do anything. To apply the changes for Dashboard, `killall Dock` is enough as Dock is Dashboard’s parent process. Closes #277. --- .osx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.osx') diff --git a/.osx b/.osx index 6c6a070..b79b70b 100755 --- a/.osx +++ b/.osx @@ -659,9 +659,9 @@ defaults write com.twitter.twitter-mac HideInBackground -bool true # Kill affected applications # ############################################################################### -for app in "Address Book" "Calendar" "Contacts" "Dashboard" "Dock" "Finder" \ - "Mail" "Messages" "Safari" "SizeUp" "SystemUIServer" "Terminal" \ - "Transmission" "Twitter" "iCal"; do +for app in "Address Book" "Calendar" "Contacts" "Dock" "Finder" "Mail" \ + "Messages" "Safari" "SizeUp" "SystemUIServer" "Terminal" "Transmission" \ + "Twitter" "iCal"; do killall "${app}" > /dev/null 2>&1 done echo "Done. Note that some of these changes require a logout/restart to take effect." -- cgit v1.2.3