~/.osx updated — sensible hacker defaults for OS X Mountain Lion
1–10 of 91 posts
Re: ~/.osx updated — sensible hacker defaults for OS X Mountain Lion
#2Re: ~/.osx updated — sensible hacker defaults for OS X Mountain Lion
#3That's a long list. I kind of want to run the whole thing just to see what happens...
# Trackpad: map bottom right corner to right-click
Re: ~/.osx updated — sensible hacker defaults for OS X Mountain Lion
#4Edit: I should note that I learned this the hard way starting out, I went backwards by ripping out things that didn't work for me/did not like, but not until after making some horrible mistakes!
Re: ~/.osx updated — sensible hacker defaults for OS X Mountain Lion
#5 # Set language and text formats
# Note: if you’re in the US, replace `EUR` with `USD`, `Centimeters` with
# `Inches`, and `true` with `false`.
:)Re: ~/.osx updated — sensible hacker defaults for OS X Mountain Lion
#6 defaults write -g NSScrollAnimationEnabled -bool NO
It disables the stupid "smooth scrolling". on Lion (and everything before that) you could disable it from the 'General' tab of SysPrefs, but now it's gone.What does it do? When you press spacebar in a web browser, or fn-downarrow in a text editor, it "smoothly" bring new content up from the bottom of the screen and pushes current screen up.
I don't know, maybe it works great on recent machines, but my poor old 2009 MBP's graphics card is not really powerful, and this animation is not smooth at all. It distracts me a lot.
I strongly suggest you at least try it. If you don't like it, just replace NO with YES and everything's back to normal.
Re: ~/.osx updated — sensible hacker defaults for OS X Mountain Lion
#7Re: ~/.osx updated — sensible hacker defaults for OS X Mountain Lion
#8This is the most important one, that's not been mentioned in OP: defaults write -g NSScrollAnimationEnabled -bool NO It disables the stupid "smooth scrolling". on Lion (and everything before that) you could disable it from the 'General' tab of SysPrefs, but now it's gone. What does it do? When you press spacebar in a web browser, or fn-downarrow in a text editor, it "smoothly" bring new content up from the bottom of…
Re: ~/.osx updated — sensible hacker defaults for OS X Mountain Lion
#9This isn't "sensible hacker defaults", it's more like "some guy's view of what Mac OS X should be like".
Have a look at it - there really is some good stuff in there. This file, and then all the cool tweaks to the Cocoa text engine that you can make, make OS X a tough OS/environment to beat.