Earlier quoted context omitted.
I believe you can do that via Settings > General.
I’d love to get a command-line version though :)
~/.osx — a collection of sensible defaults for OS X Lion
31–40 of 90 posts
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#32Earlier 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. :)
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#33The top of my list is always this. # Show hidden files/folders defaults write com.apple.finder AppleShowAllFiles TRUE
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#34Re: ~/.osx — a collection of sensible defaults for OS X Lion
#35Re: ~/.osx — a collection of sensible defaults for OS X Lion
#36Earlier quoted context omitted.
I’d love to get a command-line version though :)
defaults write .GlobalPreferences NSQuitAlwaysKeepsWindows -bool NO
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#37defaults 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
#38Re: ~/.osx — a collection of sensible defaults for OS X Lion
#39Re: ~/.osx — a collection of sensible defaults for OS X Lion
#40 defaults write NSGlobalDomain KeyRepeat -int 0
To make it blasting fast almost like in Linux (Gnome).