<?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 k(nits, watches, and writes) &#187; code</title>
	<atom:link href="http://www.emilykausalik.com/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emilykausalik.com</link>
	<description>now hiring gorns and tribbles</description>
	<lastBuildDate>Mon, 06 Feb 2012 22:57:27 +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>
<div class="tw_button" style=";float:none;margin:0 auto;text-align:center;"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.emilykausalik.com%2F2009%2F01%2Fknock-your-mac-up-a-notch%2F&amp;via=emilyooo&amp;text=knock%20your%20mac%20up%20a%20notch&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.emilykausalik.com%2F2009%2F01%2Fknock-your-mac-up-a-notch%2F"  class="twitter-share-button" target="_blank" style="width:55px;height:22px;background:transparent url('http://emily.woolgathering.net/wp/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></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>

