defaults write com.apple.dock no-glass -bool true
It is interesting how many people don't like the 3D dock. Maybe Apple should think about this.~/.osx — a collection of sensible defaults for OS X Lion
21–30 of 90 posts
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#22does defaults write com.apple.TextEdit NSQuitAlwaysKeepsWindows -bool false work as well? This feature is infuriating and buggy.
Yes, that works. If — like me — you hate the Resume feature so much, you can disable it system-wide in System Preferences. I’m still looking for a command that does this :)
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#23Re: ~/.osx — a collection of sensible defaults for OS X Lion
#24 defaults write com.apple.QuicktimePlayerX NSQuitAlwaysKeepsWindows -bool falseRe: ~/.osx — a collection of sensible defaults for OS X Lion
#25Cool. I don't know that I'd call them sensible in general, though, even if they are sensible for you. Disabling disk image verification permanently, for instance, is probably a bad idea. Expanded save/load panel by default is awesome, though. So thanks!
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#26defaults write com.apple.dock no-glass -bool true It is interesting how many people don't like the 3D dock. Maybe Apple should think about this.
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#27defaults write com.apple.dock no-glass -bool true It is interesting how many people don't like the 3D dock. Maybe Apple should think about this.
Side-dock is the only way to go.
defaults write com.apple.dock pinning start
and either defaults write com.apple.dock orientation right
or defaults write com.apple.dock orientation leftRe: ~/.osx — a collection of sensible defaults for OS X Lion
#28Cool. I don't know that I'd call them sensible in general, though, even if they are sensible for you. Disabling disk image verification permanently, for instance, is probably a bad idea. Expanded save/load panel by default is awesome, though. So thanks!
Have you ever once gotten a warning from disk image verification that saved you enough time to justify all the time you've spent waiting for it?
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#29Earlier quoted context omitted.
Yes, that works. If — like me — you hate the Resume feature so much, you can disable it system-wide in System Preferences. I’m still looking for a command that does this :)
Thank you very, very much. I hadn't even thought to look for such an option. It still took Googling to find it. Much, much better. :)
After I googled for it as well, I can tell you it is in General (top left icon), near the bottom.