Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 241 Bytes

macos.md

File metadata and controls

13 lines (9 loc) · 241 Bytes

MacOS specific

No screenshot shaddow

defaults write com.apple.screencapture disable-shadow -bool true; killall SystemUIServer

Never show Dock

defaults write com.apple.dock autohide-delay -float 1000; killall Dock