<?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>emily kausalik &#187; customization</title>
	<atom:link href="http://www.emilykausalik.com/tag/customization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emilykausalik.com</link>
	<description>Now hiring Gorns and Tribbles.</description>
	<lastBuildDate>Fri, 30 Jul 2010 22:29:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>knock your mac up a notch</title>
		<link>http://www.emilykausalik.com/2009/01/knock-your-mac-up-a-notch/</link>
		<comments>http://www.emilykausalik.com/2009/01/knock-your-mac-up-a-notch/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 14:37:11 +0000</pubDate>
		<dc:creator>emily</dc:creator>
				<category><![CDATA[nerds are awesome]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[dock]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://emilykausalik.com/?p=193</guid>
		<description><![CDATA[I don&#8217;t know about you, but I&#8217;m not the biggest fan of the 3D dock on Mac&#8217;s OSX Leopard. I&#8217;ve been digging around online and found some code that will change the 3D dock to the &#8220;Simple&#8221; 2D dock that is the default when you put your dock on the left- or right-hand sides of [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know about you, but I&#8217;m not the biggest fan of the 3D dock on Mac&#8217;s OSX Leopard.</p>
<div id="attachment_194" class="wp-caption aligncenter" style="width: 490px"><a href="http://emilyooo.files.wordpress.com/2009/01/picture-1.png"><img class="size-full wp-image-194" title="3D Dock" src="http://emilyooo.files.wordpress.com/2009/01/picture-1.png" alt="3D Dock" width="480" height="44" /></a><p class="wp-caption-text">3D Dock</p></div>
<p>I&#8217;ve been digging around online and found some code that will change the 3D dock to the &#8220;Simple&#8221; 2D dock that is the default when you put your dock on the left- or right-hand sides of your monitor.</p>
<p>Open Terminal, and execute this code:<br />
<code>defaults write com.apple.dock no-glass -boolean YES; killall Dock</code></p>
<p>This will make your dock look like so:</p>
<div id="attachment_195" class="wp-caption aligncenter" style="width: 490px"><a href="http://emilyooo.files.wordpress.com/2009/01/picture-2.png"><img class="size-full wp-image-195" title="2D Dock" src="http://emilyooo.files.wordpress.com/2009/01/picture-2.png" alt="2D Dock" width="480" height="48" /></a><p class="wp-caption-text">2D Dock</p></div>
<p>If you have a change of heart and want your 3D dock back, you can undo the action by entering the following into Terminal:<br />
<code>defaults write com.apple.dock no-glass -boolean NO; killall Dock</code></p>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emilykausalik.com/2009/01/knock-your-mac-up-a-notch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
