This page has been designed specifically for the printed screen. It may look different than the page you were viewing on the web.
Please recycle it when you're done reading.

The URI for this page is { http://knowtech.tv }

Single App mode in OS X Posted on March 26th

Play

there are lot’s of odd leftovers inside OS X that can actually be useful. take Single App Mode for example. useability studies showed that new users were often confused as to what window was what when using a Mac for the first time. and out of that study came a feature that made it less confusing. the solution was that as you switched from App to App the old app would automatically hide uncluttering the screen allowing you to totally focus on your task. but Mac users are a picky lot meaning that long time users complained about app hiding as default behavior meaning it didn’t make the 1.o cut. for whatever reason the feature can be turned on using a command line incantation. it turns out to be useful! and it’s very easy to turn on allowing you to try it for yourself.

you need to open the Terminal then copy/paste these two CLI incantations to turn on Single App Mode

defaults write com.apple.dock single-app -bool true
killall Dock

if you decide you can’t take it anymore use these to commands to change it back.

defaults delete com.apple.dock single-app
killall Dock

here’s the Tidbit’s article.

the other tool that Kenji talked about is called Hyperspaces. it let’s you choose the background image for each one of your spaces. this is a can help you recognize what space is up more quickly.

Trackback URL

Some Responses to “Single App mode in OS X” :

  1. cmd-option-h is great do to this on a one-time basis as well. I’ll try this out and see how it feels.

    Commented paul on March 26th, 2010.
  2. I too used Cmd-Opt-H but you know…. I tried this for this afternoon. And now I’ve disabled Spaces and am sticking with this. It’s really good.

    Commented Tommy Weir on March 29th, 2010.
Leave your own comments about this post: