Skip to content

Mac Settings#

Show Hidden Files#

Show hidden files inside the finder app

defaults write com.apple.finder AppleShowAllFiles True; killall Finder

hidden_files.png

Screenshots Directory#

Set new default screenshot Dir

mkdir ~/Screenshots
defaults write com.apple.screencapture location ~/Screenshots/ && killall SystemUIServer

Workplace Auto Switch#

Disable Workspace Auto Switching

defaults write com.apple.dock workspaces-auto-swoosh -bool NO
killall Dock