mathiasbynens / dotfiles

:wrench: .files, including ~/.macos — sensible hacker defaults for macOS
https://mths.be/dotfiles
MIT License
30.02k stars 8.74k forks source link

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

Open CouldBeThis opened 3 years ago

CouldBeThis commented 3 years ago

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

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