diff --git a/README.md b/README.md index 48747f9..695b651 100644 --- a/README.md +++ b/README.md @@ -482,6 +482,18 @@ killall Finder ### Layout +#### Show "Quit Finder" Menu Item +Makes possible to see Finder menu item "Quit Finder" with default shortcut Cmd + Q +```bash +# Enable +defaults write com.apple.finder QuitMenuItem -bool true && \ +killall Finder + +# Disable (Default) +defaults write com.apple.finder QuitMenuItem -bool false && \ +killall Finder +``` + #### Smooth Scrolling Useful if you’re on an older Mac that messes up the animation. ```bash