We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello thank you for doing this. Very happy to that save dialogues will be expanded by default!
One suggestion:
replace
with
because
how to get spotlight back
And in case anyone ever comes looking for it, here is a method to reverse it
The text was updated successfully, but these errors were encountered: