Jan 6, 2011
Archive

Twitter for Mac hidden preferences

Allow Escape to close the “New Tweet” window:

defaults write com.twitter.twitter-mac ESCClosesComposeWindow -bool YES

Hide Twitter for Mac when in background:

defaults write com.twitter.twitter-mac HideInBackground -bool YES

Compose windows don’t float over all windoes:

defaults write com.twitter.twitter-mac NormalComposeWindowLevel -bool NO

Scrolling brings Twitter for Mac to the foreground:

defaults write com.twitter.twitter-mac ScrollingMakesKeyAndOrdersFront -bool YES

Type anywhere in the app to begin a new tweet:

defaults write com.twitter.twitter-mac TypeAnywhereToTweet -bool YES

Enable the “timeline avatar derepeater”:

defaults write com.twitter.twitter-mac UserTimelineDerepeater -bool YES

Set the link color: well this one’s harder, because it uses a serialised NSColor value, or so I assume. So I’ll skip it.

Blog comments powered by Disqus

About
@adurdin is thinking aloud Subscribe via RSS.