Hacker News new | ask | show | jobs
by JonnieCache 4081 days ago
>How about one fucking key press to dismiss notifications that pop up over the fucking thing I'm fucking looking at right now?

You can fix this in the keybord section of system preferences, or just run this:

    defaults write NSGlobalDomain AppleKeyboardUIMode -int 3
This one makes the file browser windows expand by default:

    defaults write com.apple.finder FXInfoPanesExpanded -dict General -bool true
lots more of them out there.