<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Matt [Danger] &#187; defaults</title>
	<atom:link href="http://mattdanger.net/tag/defaults/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattdanger.net</link>
	<description>One step closer to world domination</description>
	<lastBuildDate>Thu, 06 May 2010 21:31:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A few Mac OS X tweaks you might not have known about</title>
		<link>http://mattdanger.net/2008/12/common-mac-os-x-tweaks/</link>
		<comments>http://mattdanger.net/2008/12/common-mac-os-x-tweaks/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 16:01:12 +0000</pubDate>
		<dc:creator>Matt Danger</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[defaults]]></category>
		<category><![CDATA[login window]]></category>

		<guid isPermaLink="false">http://mattdanger.net/?p=65</guid>
		<description><![CDATA[I&#8217;m a die hard Mac OS X user and also a lab administrator at a college. Over the years I&#8217;ve found several tweaks that help me configure both my personal computer and lab workstations to do different tasks.
Force the printer icon to auto quit after a print job completes. Right-click on the icon and select &#8220;Auto [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a die hard Mac OS X user and also a lab administrator at a college. Over the years I&#8217;ve found several tweaks that help me configure both my personal computer and lab workstations to do different tasks.</p>
<p>Force the printer icon to auto quit after a print job completes. Right-click on the icon and select &#8220;Auto Quit&#8221; or do:<br />
<code>defaults write /Users/yourusername/Library/Preferences/com.apple.print.PrintingPrefs "Quit When Finished" -bool true</code></p>
<p>Disable disk checksum verification<br />
<code>defaults write com.apple.frameworks.diskimages skip-verify true</code></p>
<p>Gradient highlights for Stacks<br />
<code>defaults write com.apple.dock mouse-over-hilte-stack -boolean true</code></p>
<p>Add recent applications as a Stack on Dock<br />
<code>defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }</code></p>
<p>Make extended print dialog show by default<br />
<code>defaults write -g PMPrintingExpandedStateForPrint -bool true</code></p>
<p>Change the current screenshot format<br />
<code>defaults write com.apple.screencapture type jpg</code></p>
<p>Disable iTunes store arrows<br />
<code>defaults write com.apple.iTunes show-store-arrow-links -bool false</code></p>
<p>Stop Safari &#8220;saved text&#8221; dialogs<br />
<code>defaults write com.apple.Safari DebugConfirmTossingUnsubmittedFormText NO</code></p>
<p>Force Safari to open all links in new tab<br />
<code>defaults write com.apple.Safari TargetedClicksCreateTabs -bool true</code></p>
<p>Disable application crash dialogs<br />
<code>defaults write com.apple.CrashReporter DialogType none</code></p>
<p>Make hidden Dock icons transparent<br />
<code>defaults write com.apple.Dock showhidden -bool true</code></p>
<p>Disable Dashboard<br />
<code>defaults write com.apple.dashboard mcx-disabled -boolean true</code></p>
<p>Stop disk image verification<br />
<code>defaults write com.apple.frameworks.diskimages skip-verify true</code></p>
<p>Enable Data Detectors in 10.5 iChat<br />
<code>defaults write com.apple.iChat EnableDataDetectors true</code></p>
<p>Modify Sheet Animation<br />
<code>defaults write NSGlobalDomain NSWindowResizeTime .001</code></p>
<h3>Login window tweaks</h3>
<p>The text underneath the &#8220;Mac OS X&#8221; title of the login window will change if you click on it. You can configure the login window to display any of these as default. Valid options are HostName, SystemVersion, SystemBuild, SerialNumber, IPAddress, DSStatus, or Time<br />
<code>defaults write /Library/Preferences/com.apple.loginwindow AdminHostInfo Time</code></p>
<p>You can add a message to the login window. This is useful in a lab environment when you need to give instructions to your users.<br />
<code>defaults read /Library/Preferences/com.apple.loginwindow LoginwindowText "Some custom message."</code></p>
]]></content:encoded>
			<wfw:commentRss>http://mattdanger.net/2008/12/common-mac-os-x-tweaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
