TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

291 点作者 mathias超过 13 年前

23 条评论

antipax超过 13 年前
Cool. I don't know that I'd call them sensible in general, though, even if they are sensible for you. Disabling disk image verification permanently, for instance, is probably a bad idea.<p>Expanded save/load panel by default is awesome, though. So thanks!
评论 #2974965 未加载
评论 #2975357 未加载
tvon超过 13 年前
For a larger list of "hidden" settings you might want to check out Secrets[1], a database of these 'defaults' settings that you can tweak from a preference pane.<p>[1] <a href="http://secrets.blacktree.com/" rel="nofollow">http://secrets.blacktree.com/</a>
评论 #2975683 未加载
aiurtourist超过 13 年前
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).<p>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 time ever, I'm not excited about the new version of the Mac operating system.
评论 #2975877 未加载
ammmir超过 13 年前
another useful one to avoid creating .DS_Store files on network volumes:<p><pre><code> defaults write com.apple.desktopservices DSDontWriteNetworkStores true</code></pre>
评论 #2975186 未加载
评论 #2976201 未加载
评论 #2976551 未加载
tyler_ball超过 13 年前
Some of these are hard to understand from their one-line descriptions. e.g. 'Remove useless icons from Safari's bookmark bar'? Maybe a blog post is in order?
评论 #2975112 未加载
评论 #2975167 未加载
jbredeche超过 13 年前
If anybody else ran into the problem on OS X Lion where, even after turning on devmode on the Dashboard, you couldn't get widgets to show up on the desktop: first go to the Mission Control preference pane and uncheck "Show Dashboard as a space". Took me a while to figure that out.
seanalltogether超过 13 年前
The top of my list is always this.<p># Show hidden files/folders<p>defaults write com.apple.finder AppleShowAllFiles TRUE
评论 #2976108 未加载
评论 #2976069 未加载
评论 #2975500 未加载
Aloisius超过 13 年前
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.
评论 #2976119 未加载
评论 #2977639 未加载
abrowne超过 13 年前
I disable resume for Quicktime Player as well (I find it even more annoying than Preview):<p><pre><code> defaults write com.apple.QuicktimePlayerX NSQuitAlwaysKeepsWindows -bool false</code></pre>
igorgue超过 13 年前
OS X keyboard is so slow for me, so I set this one<p><pre><code> defaults write NSGlobalDomain KeyRepeat -int 0 </code></pre> To make it blasting fast almost like in Linux (Gnome).
评论 #2976295 未加载
评论 #2982922 未加载
CrLf超过 13 年前
<p><pre><code> defaults write com.apple.dock no-glass -bool true </code></pre> It is interesting how many people don't like the 3D dock. Maybe Apple should think about this.
评论 #2975374 未加载
评论 #2975983 未加载
评论 #2975553 未加载
artursapek超过 13 年前
Is there a way to disable that awful grey-blue void at the top of every webpage in Safari, that the bounce-scroll resorts to on an overshot?
评论 #2982926 未加载
calloc超过 13 年前
Is there any way to disable or shorten the animation that happens when you switch spaces or whatever they renamed them to. I like being able to switch between MacVim in one space and my terminal in another and the animation slows me down that by the time it is done animating it has missed all of my keystrokes for running make or other build tools ...
whalesalad超过 13 年前
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.
评论 #2975772 未加载
评论 #2975735 未加载
jasonkester超过 13 年前
I'm looking for the setting that stops OSX from asking me to retype my admin password 1000 times per hour.<p>ME: Cmd+c<p>Macbook Air: Seriously??? OK, if you <i>really</i> want to copy that text I'll let you, but first you'll need to prove that you're an administrator.
评论 #2976094 未加载
评论 #2976964 未加载
评论 #2977217 未加载
评论 #2975765 未加载
celias超过 13 年前
The Mac Kung Fu book from Pragmatic Bookshelf describes lots of hidden defaults settings. <a href="http://pragprog.com/book/ktmack/mac-kung-fu" rel="nofollow">http://pragprog.com/book/ktmack/mac-kung-fu</a>
richtaur超过 13 年前
Hey, here's mine why not: <a href="https://github.com/richtaur/dotfiles/blob/master/osx_setup.md" rel="nofollow">https://github.com/richtaur/dotfiles/blob/master/osx_setup.m...</a>
gaving超过 13 年前
Just wish I could figure out how to disable the damn Spaces/Mission Control 'swoosh' switch animation like you could in Leopard :(
graywh超过 13 年前
What gets me is the option-click that hides the window you're moving away from. Does anyone know how to disable that?
评论 #2976228 未加载
moe超过 13 年前
Is there also a setting to make a current-gen MBA wake up reliably from deep sleep?
badhairday超过 13 年前
I always used this to enable horizontal buttons for iTunes in favor of the odd vertical buttons.<p>defaults write com.apple.iTunes full-window -1
评论 #3009716 未加载
swlkr超过 13 年前
so this disables resumes for Preview:<p>defaults write com.apple.Preview NSQuitAlwaysKeepsWindows -bool false<p>Is there a way to disable resume for every app? Maybe it's just this?<p>defaults write com.apple.* NSQuitAlwaysKeepsWindows -bool false
评论 #2975139 未加载
drivebyacct2超过 13 年前
does<p><pre><code> defaults write com.apple.TextEdit NSQuitAlwaysKeepsWindows -bool false </code></pre> work as well? This feature is infuriating and buggy.
评论 #2975268 未加载
评论 #2975293 未加载
评论 #2976049 未加载