<?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>GrandmasterB dot com &#187; Mac Tricks</title>
	<atom:link href="http://www.grandmasterb.com/category/tutorials/mac-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grandmasterb.com</link>
	<description>Wandering Thoughts of a Graphical Assassin</description>
	<lastBuildDate>Sat, 30 Jan 2010 17:55:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mac Tricks: Adding Separators to the Dock</title>
		<link>http://www.grandmasterb.com/mac-tricks-adding-separators-to-the-dock/</link>
		<comments>http://www.grandmasterb.com/mac-tricks-adding-separators-to-the-dock/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 13:00:30 +0000</pubDate>
		<dc:creator>GrandmasterB</dc:creator>
				<category><![CDATA[Mac Tricks]]></category>

		<guid isPermaLink="false">http://www.grandmasterb.com/?p=1067</guid>
		<description><![CDATA[
This is my first tutorial in what I&#8217;m hoping will become a series of easy Mac Tricks. I&#8217;m all about customization, and especially when it comes to my Mac and my workspace. When I got my new Mac Pro for work, I spent a good portion of the morning customizing the look from the icons, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1068" title="Mac Tricks: Adding Dock Separators" src="http://www.grandmasterb.com/wp-content/uploads/2009/03/dock-separators.png" alt="Mac Tricks: Adding Dock Separators" width="507" height="234" /></p>
<p>This is my first tutorial in what I&#8217;m hoping will become a series of easy Mac Tricks. I&#8217;m all about customization, and especially when it comes to my Mac and my workspace. When I got my new Mac Pro for work, I spent a good portion of the morning customizing the look from the icons, to the wallpapers and even the Dock. If you&#8217;re a fellow design or even a casual Mac user; I&#8217;m sure you have a fair amount of launch icons in your Dock. I wanted to find a way to add separators to the Dock, so that I could easily sort applications and make it easier to locate them without hunting.</p>
<p>Well, if you have tried to do the same thing you probably noticed that there&#8217;s no way to add dock separators built into OS X. So, how do you solve the problem? Well, with a little research I have found the solution. First let&#8217;s take a look at my existing dock:<span id="more-1067"></span></p>
<p><img class="aligncenter size-full wp-image-1072" title="Mac Dock Separator Tutorial: Before" src="http://www.grandmasterb.com/wp-content/uploads/2009/03/dock-separator-before.png" alt="Mac Dock Separator Tutorial: Before" width="507" height="234" /></p>
<p>As you can see, it&#8217;s quite a mess of icons and there&#8217;s really no rhyme or reason to how they&#8217;re laid out. With the addition of a separator between the icons, it would be easier to find the right application rather than scrolling through them all. So, how do you add a separator? As I mentioned there&#8217;s no clear cut way to add them from the OS, so you have to do a little tweaking in the Terminal. So if you don&#8217;t have the Terminal App in your dock, you can find it under: Applications &gt; Utilities &gt; Terminal.</p>
<p>With the Terminal App open, enter the following code to add a single separator to the Dock (copy and paste the first line to make it easier):</p>
<p><code>defaults write com.apple.dock persistent-apps -array-add '{ "tile-type" = "spacer-tile"; }'</p>
<p>hit return and type:</p>
<p>killall Dock</p>
<p>hit return</code></p>
<p>Your Dock will disappear and when it returns (a few seconds) there will be a separator towards the end of the Dock&#8230;it&#8217;s invisible, but it&#8217;s there. Now to position it, just click and drag it to where you want. If you want more than one separator, you just need to enter the first line of code again for as many separators as you want. That&#8217;s it&#8230;pretty easy! Here&#8217;s what my Dock looks like after the addition of separators.</p>
<p><img class="aligncenter size-full wp-image-1071" title="Mac Dock Separator Tutorial: After" src="http://www.grandmasterb.com/wp-content/uploads/2009/03/dock-separator-after.png" alt="Mac Dock Separator Tutorial: After" width="507" height="234" /></p>
<p>Now all of my icons in the Dock are organized by application type. I have created six groups of icons (some you can&#8217;t see).</p>
<ul>
<li>Browsers, Twitter and IM</li>
<li>Graphics Programs</li>
<li>Development Programs</li>
<li>Administrative Programs</li>
<li>System Apps</li>
<li>Games</li>
</ul>
<p>If you like this tutorial let me know, or if you have tips you&#8217;d like to share I&#8217;d love to hear them. Until next time&#8230;</p>
<p>~ GrandmasterB</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grandmasterb.com/mac-tricks-adding-separators-to-the-dock/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
