We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2ca52 commit 9da6c9bCopy full SHA for 9da6c9b
1 file changed
macos/defaults.sh
@@ -99,8 +99,10 @@ run_cmd defaults write com.apple.screencapture type -string png
99
100
if $RESTART; then
101
if $DRY_RUN; then
102
- echo "🧪 Would restart Finder and Dock"
+ echo "🧪 Would restart cfprefsd, SystemUIServer, Finder and Dock"
103
else
104
+ killall cfprefsd >/dev/null 2>&1 || true
105
+ killall SystemUIServer >/dev/null 2>&1 || true
106
killall Finder Dock >/dev/null 2>&1 || true
107
fi
108
0 commit comments