- Set Light mode
defaults write -g NSRequiresAquaSystemAppearance -bool Yes
- Log out and log back in
- Set Dark mode
- Open Screenshot.app
- Click "options" at the bottom of the screen
- Uncheck "Show Floating Thumbnail"
- For single-dropbox installations:
defaults write com.apple.screencapture location /Users/rsms/Dropbox/Screenshots
- For multi-dropbox installations:
defaults write com.apple.screencapture location "'/Users/rsms/Dropbox (Figma)/Screenshots'"
(double quotations needed fordefaults
to be able to parse the path string)
defaults write com.apple.PowerChime ChimeOnNoHardware -bool true && killall PowerChime
Many recently made MacBooks comes with macOS preset to a non-integer scaling factor. This causes issues if you are to do any design work on the computer (i.e. pixels won't be scaled evenly and things will look a little blurry in certain situations.) Fix this by:
- Apple ▶︎ Hold ALT key and select System Information... ▶︎ Hardware, Graphics/Displays ▶︎ Read the "Resolution" value of your display
- Apple ▶︎ System Preferences ▶︎ Dispays ▶︎ Displays tab ▶︎ Hold ALT key and click on "Resolution: Scaled" ▶︎ Hover over each "scale thumbnail" and look at the "Looks like XXxYY" number on the left. Pick the resolution that is either the same (1x) or half (2x) of the value you read in System Information.