This Mac tip is provided by Mark Greentree and was originally posted on Mark’s blog – Everyday Mac Support. For more of Mark’s tips visit his site, follow him on Twitter, or browse his archive of posts here.
How To: Run Widgets Outside Of Dashboard
Do you ever get frustrated of going into Dashboard every time you want to access a widget with important information.
Well with a Terminal command and the click of the mouse you can have any widget you like run outside of the dashboard. Please note however that the widget will always be the front most window so this tip is really useful for users with large displays but users with small displays may find this distracting.
To locate Terminal simply navigate to your Applications > Utilities and within the Utilities folder you will locate Terminal.
Then simply enter the following then press the return key:
defaults write com.apple.dashboard devmode YES
Then enter the following then press the return key:
killall Dock
Now when you go to your Dashboard by pressing F4 on Apple’s wireless keyboard should you then click over a dashboard widget and hold the click without letting go then press F4 again you will notice that the Dashboard will close but the widget you have clicked on will remain visible on the screen.
At this time you can continue working in any application with the widget running.
Should you wish to put the widget back into the dashboard all your need to do is click on the widget and hold then press F4 to launch dashboard and upon letting go of the mouse you will notice that the widget in question will pop back into the dashboard at that point in time.
Should you wish to completely disable this feature just go back to Terminal and enter the following:
defaults write com.apple.dashboard devmode NO
Then enter the following then press the return key:
killall Dock
Warning: Terminal commands have the ability to change the running operation of your Mac. Please copy and paste the Terminal command as shown directly from the article. Mistakes in keystokes can cause your Mac to perform differently and may in-fact result in a loss of data. It is advised that you only use the Terminal if you feel comfortable with the command line interface. If you are ever unsure please consult your local tech support person.