Keep your clock afloat between restarts

Jul 17, '01 09:48:03AM

Contributed by: cmccarthy

I noticed that my preferences for Clock.app, specifically the setting to have it as a free-floating clock and not in the dock, were lost each time I logged out. I know that this is a much less than ideal solution, but I figured that since I loaded Terminal on login anyway, I would just add a defaults line to my ~/.tcshrc file. Specifically, adding the following line to that file, and having Terminal load first on login, keeps the clock floating:

defaults write com.apple.clock InDock "0"
I would more than welcome a reply from anyone who knows the right way to do this!

Chris

Comments (3)


Mac OS X Hints
http://hints.macworld.com/article.php?story=20010717094803165