Live data from Hacker News

~/.osx — a collection of sensible defaults for OS X Lion

github.com

61–70 of 90 posts

Re: ~/.osx — a collection of sensible defaults for OS X Lion

#61

What I want is something to reduce/eliminate the animation when switching spaces with the three finger swipe in Lion. It is so slow that I find it unusable.

A million times this. A temporary fix (if you have up to four spaces) is to assign the arrow hotkeys to go to a space directly -- that speeds up the super slow animation to about what Snow Leopard's animation was.

The ability to completely disable the animation (like we could in Snow Leopard) would be amazing though.

Re: ~/.osx — a collection of sensible defaults for OS X Lion

#62
post #7

another useful one to avoid creating .DS_Store files on network volumes: defaults write com.apple.desktopservices DSDontWriteNetworkStores true

Is there a way to avoid creating .DS_Store files on specific local volumes?

I used to have my Dropbox folder on my secondary (NTFS formatted) harddrive so I could use a symlink to share my Dropbox folder across OSX and my Windows 7 Bootcamp install instead of having duplicate Dropbox folders for each OS. It ended up spewing .DS_Store files all over my employer's company dropbox folders.

Re: ~/.osx — a collection of sensible defaults for OS X Lion

#64
post #40

OS X keyboard is so slow for me, so I set this one defaults write NSGlobalDomain KeyRepeat -int 0 To make it blasting fast almost like in Linux (Gnome).

I'm not on Lion, but I use an external keyboard with a 2008 MB and recently it's downright slow. So much that if I type after a long break it doesn't pick up on the keystrokes properly.

Is that what you mean by slow?

Re: ~/.osx — a collection of sensible defaults for OS X Lion

#65

Earlier quoted context omitted.

I agree, but some of the new defaults Apple introduced are really weird. For example, why does mounting a new volume no longer bring that window to the foreground? It used to be trivial to install an App by downloading a Disk Image from a web page: Safari would automatically open it when ready and it would pop into the foreground so you could install. Now, there is no feedback at all (apart from a quick "verifying im…

Windows never stealing focus isn't a weird default, it's a sensible one. The sensible thing to do in this situation is to display a desktop notification to select the volume. I haven't used OS X extensively, so I don't know if it has a built-in desktop notification system (I remember having to install Growl to get one), but this is something that Windows and Linux have had for a while now.

You have a point, stealing focus is utterly annoying and rarely acceptable, but that is not to say the window can not at least get to the foreground (without taking focus). In my case, new volume Finder windows are pop-unders that get lost on my messy desktop.

Re: ~/.osx — a collection of sensible defaults for OS X Lion

#66

The first one is BRILLIANT. I've been wanting this forever. The one thing that I miss from being a Windows user back in the day.

Is this somehow different from the "Full Keyboard Access: All controls" setting under System Preferences > Keyboard > Keyboard Shortcuts?

No.

And many of the ones I skimmed can be set from various other GUIs as well. This is just an easy way to apply one person's set of preferences to your machine.

Re: ~/.osx — a collection of sensible defaults for OS X Lion

#67
post #7

another useful one to avoid creating .DS_Store files on network volumes: defaults write com.apple.desktopservices DSDontWriteNetworkStores true

also missing:

# hidden icons in dock are semi transparent

defaults write com.apple.Dock showhidden -bool YES

Re: ~/.osx — a collection of sensible defaults for OS X Lion

#68
post #52

I'm sad that this is now necessary. Mac OS X 10.5 was the first version of OS X which I could start using for work immediately without installing any hacks (with the one exception of the Terminal Colors SIMBL plugin). My dad says, "I don't want to upgrade! Things work fine! They always dick around with everything!" He's talking about QuarkXPress and MS Office and whatnot, which is understandable. But, for the first t…

I'm really disappointed in Lion -- lots of gratuitous changes without much benefit. The Finder in particular is horrific. I do like the new Terminal.app.

I concur with the disappointment in Lion. I don't even see 3+ GB in new features, much less features that I actually like.

Re: ~/.osx — a collection of sensible defaults for OS X Lion

#69

I'm looking for the setting that stops OSX from asking me to retype my admin password 1000 times per hour. ME: Cmd+c Macbook Air: Seriously??? OK, if you really want to copy that text I'll let you, but first you'll need to prove that you're an administrator.

It's the graphical "sudo make me a sandwich"

Except sudo remembers that you entered your password < N minutes ago instead of asking every time.

Re: ~/.osx — a collection of sensible defaults for OS X Lion

#70
post #34

What gets me is the option-click that hides the window you're moving away from. Does anyone know how to disable that?

Release the option key before clicking?

What usually happens: I select line(s) in MacVim and option-click on xterm to paste, hiding MacVim which prevents me Cmd-Tabbing back to it.
Post reply on HN