mathiasbynens / dotfiles

:wrench: .files, including ~/.macos — sensible hacker defaults for macOS

Home Page:https://mths.be/dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

change wording for disable spotlight shortcut (and how to get it back if you change your mind)

CouldBeThis opened this issue · comments

Hello thank you for doing this. Very happy to that save dialogues will be expanded by default!

One suggestion:

replace

# Hide Spotlight tray-icon (and subsequent helper)
#sudo chmod 600 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search

with

# Hide Spotlight tray-icon and disable ⌘-space keyboard shortcut. 
#sudo chmod 600 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search

because

  • this more accurately describes the total effect
  • spotlight itself still available by other means, it is not disabled rather less convenient

how to get spotlight back

And in case anyone ever comes looking for it, here is a method to reverse it

killall SystemUIServer
sudo chmod 755 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search
killall SystemUIServer