Skip to content

Commit 9da6c9b

Browse files
committed
fix(macos): 🐛 refresh accessibility caches for trackpad drag
1 parent db2ca52 commit 9da6c9b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

macos/defaults.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,10 @@ run_cmd defaults write com.apple.screencapture type -string png
9999

100100
if $RESTART; then
101101
if $DRY_RUN; then
102-
echo "🧪 Would restart Finder and Dock"
102+
echo "🧪 Would restart cfprefsd, SystemUIServer, Finder and Dock"
103103
else
104+
killall cfprefsd >/dev/null 2>&1 || true
105+
killall SystemUIServer >/dev/null 2>&1 || true
104106
killall Finder Dock >/dev/null 2>&1 || true
105107
fi
106108
fi

0 commit comments

Comments
 (0)