If you struggle with distractions a lot, single application mode can be a huge help to keep yourself focused. This makes it so you only have one app showing at once. It's not for everyone, but it's really helpful when you need to just focus on a single project:
defaults write com.apple.dock single-app -bool true
killall Dock
To switch it back to normal, just swap out true with false.
No comments:
Post a Comment