Live data from Hacker News

~/.osx updated — sensible hacker defaults for OS X Mountain Lion

github.com

1–10 of 91 posts

Re: ~/.osx updated — sensible hacker defaults for OS X Mountain Lion

#4
As with any dotfile repo, I wouldn't recommend installing the entire thing at once. Instead, try and take the time to read through it and select settings that you want piecemeal. You'll end up knowing what everything does, especially in the case that something strange happens and you want to tweak things.

Edit: 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

#6
This 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 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

#8

This 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…

Is there a way to change or disable the animation time when switching between spaces (or "desktops" as they are now called)?

Re: ~/.osx updated — sensible hacker defaults for OS X Mountain Lion

#9
post #7

This isn't "sensible hacker defaults", it's more like "some guy's view of what Mac OS X should be like".

Well, yes - it is a superset of all the little tweaks that experienced and demanding users have found useful at one time or another. Clearly, you shouldn't be applying the whole file all at once before deciding what it is in there that you need or prefer.

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.

Post reply on HN