it's dumb how macOS doesn't let you quit Finder. luckily you can fix this with a simple command: defaults write .finder QuitMenuItem -bool true; killall Finder this will enable cmd+q to kill Finder. it will also stop Finder from crowding the cmd+tab view
1,2K