Skip to content

Instantly share code, notes, and snippets.

@jpcaparas
Created September 1, 2023 01:29
Show Gist options
  • Save jpcaparas/0f4d18b1512a11d05364591c7524c896 to your computer and use it in GitHub Desktop.
Save jpcaparas/0f4d18b1512a11d05364591c7524c896 to your computer and use it in GitHub Desktop.
macOS: Make Spotlight focus on application on a different Space
# Disable indexing
sudo mdutil -a -i off
# Re-enable indexing
sudo mdutil -a -i on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment