<?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>My MacOS X&#187; dock</title>
	<atom:link href="http://www.mymacosx.com/tag/dock/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mymacosx.com</link>
	<description>Tips and Tricks for the MacOS X</description>
	<lastBuildDate>Fri, 15 Jul 2011 20:10:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Quckly switch to next wallpaper picture</title>
		<link>http://www.mymacosx.com/tricks-and-tips/quckly-switch-next-wallpaper.html</link>
		<comments>http://www.mymacosx.com/tricks-and-tips/quckly-switch-next-wallpaper.html#comments</comments>
		<pubDate>Wed, 18 Nov 2009 05:45:06 +0000</pubDate>
		<dc:creator>Amaga</dc:creator>
				<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[do]]></category>
		<category><![CDATA[dock]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=375</guid>
		<description><![CDATA[if you have your desktop wallpaper set to shuffle between a number of images, and you don&#8217;t like the currently-selected picture, you can manually skip it: Just type the following into Terminal killall Dock When the Dock restarts, it will change to another desktop picture. If you find yourself doing this regularly, you could turn [...]<p><a href="http://www.mymacosx.com/tricks-and-tips/quckly-switch-next-wallpaper.html">Quckly switch to next wallpaper picture</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/snow-leopard/instant-screensaver-activation-keys.html" rel="bookmark" style="color:#000;font-size:13px">Instant Screensaver activation Key/Screen Lock Key</a><!-- (8.3)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/leopard-mute-system-volume-based-scheduled.html" rel="bookmark" style="color:#000;font-size:13px">Mute system volume based on scheduled events in Mac OS X</a><!-- (6.4)--></li>
		<li><a href="http://www.mymacosx.com/terminal/handy-collection-terminal-commands-tweaking.html" rel="bookmark" style="color:#000;font-size:13px">The best collection of handy Terminal Commands for Leopard Tweaking</a><!-- (5.9)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p>if you have your desktop wallpaper set to shuffle<br />
<a href="http://www.mymacosx.com/files/2009/11/desktop-change-picture.png"><img class="alignnone size-full wp-image-378" src="http://www.mymacosx.com/files/2009/11/desktop-change-picture.png" alt="desktop-change-picture" width="354" height="81" /></a><br />
between  a number of images, and you don&#8217;t like the currently-selected picture, you can manually skip it:</p>
<ul>
<li>Just type the following into Terminal <code>killall Dock</code> When the Dock restarts, it will change to another desktop picture.</li>
<li>If you find yourself doing this regularly, you could turn it into a simple Automator application
<pre class="brush: plain; title: ; notranslate">
tell application &quot;System Events&quot;
set rotinterval to change interval of current desktop
set change interval of current desktop to 1
delay 1
set change interval of current desktop to rotinterval
end tell
</pre>
<p>You can assign this script to a hotkey (using QuickSilver).</li>
</ul>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/tricks-and-tips/quckly-switch-next-wallpaper.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/tricks-and-tips/quckly-switch-next-wallpaper.html">Quckly switch to next wallpaper picture</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/snow-leopard/instant-screensaver-activation-keys.html" rel="bookmark" style="color:#000;font-size:13px">Instant Screensaver activation Key/Screen Lock Key</a><!-- (8.3)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/leopard-mute-system-volume-based-scheduled.html" rel="bookmark" style="color:#000;font-size:13px">Mute system volume based on scheduled events in Mac OS X</a><!-- (6.4)--></li>
		<li><a href="http://www.mymacosx.com/terminal/handy-collection-terminal-commands-tweaking.html" rel="bookmark" style="color:#000;font-size:13px">The best collection of handy Terminal Commands for Leopard Tweaking</a><!-- (5.9)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/tricks-and-tips/quckly-switch-next-wallpaper.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minimize windows into Dock icons</title>
		<link>http://www.mymacosx.com/snow-leopard/minimize-windows-dock.html</link>
		<comments>http://www.mymacosx.com/snow-leopard/minimize-windows-dock.html#comments</comments>
		<pubDate>Sat, 05 Sep 2009 03:43:23 +0000</pubDate>
		<dc:creator>Amaga</dc:creator>
				<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[dock]]></category>
		<category><![CDATA[system preferences]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=9</guid>
		<description><![CDATA[While not much of a hint, for those who do not like their minimized windows taking up so much space in the Dock, now you can have them minimize into the dock icon. Open the Dock System Preferences panel, Check the Minimize windows into application icon option. Once you do that, minimized windows will disappear [...]<p><a href="http://www.mymacosx.com/snow-leopard/minimize-windows-dock.html">Minimize windows into Dock icons</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/snow-leopard/only-show-windows-current-space-expose.html" rel="bookmark" style="color:#000;font-size:13px">Only show windows from current Space in Exposé System 10.6</a><!-- (13.5)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/automatically-set-time-zone-by-location-in-snow-leopard.html" rel="bookmark" style="color:#000;font-size:13px">Automatically change time zone by location in Snow Leopard</a><!-- (11.2)--></li>
		<li><a href="http://www.mymacosx.com/fixes/quicksilver-application-catalog.html" rel="bookmark" style="color:#000;font-size:13px">Quicksilver &#8211; Application Catalog Entries Not Working</a><!-- (8.6)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p>While not much of a hint, for those who do not like their minimized windows taking up so much space in the <strong>Dock</strong>, now you can have them minimize into the dock icon.</p>
<ul>
<li>Open the Dock System Preferences panel,</li>
<li>Check the <em>Minimize windows into application icon</em> option.</li>
</ul>
<p>Once you do that, minimized windows will disappear into their source application&#8217;s Dock icon.</p>
<div id="attachment_82" class="wp-caption alignleft" style="width: 310px"><img class="size-medium wp-image-82" src="http://www.mymacosx.com/files/2009/09/Screen-shot-2009-07-31-at-PM-11.40.12-300x187.png" alt="Snow Leopard Dock" width="300" height="187" /><p class="wp-caption-text">Snow Leopard Dock</p></div>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/snow-leopard/minimize-windows-dock.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/snow-leopard/minimize-windows-dock.html">Minimize windows into Dock icons</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/snow-leopard/only-show-windows-current-space-expose.html" rel="bookmark" style="color:#000;font-size:13px">Only show windows from current Space in Exposé System 10.6</a><!-- (13.5)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/automatically-set-time-zone-by-location-in-snow-leopard.html" rel="bookmark" style="color:#000;font-size:13px">Automatically change time zone by location in Snow Leopard</a><!-- (11.2)--></li>
		<li><a href="http://www.mymacosx.com/fixes/quicksilver-application-catalog.html" rel="bookmark" style="color:#000;font-size:13px">Quicksilver &#8211; Application Catalog Entries Not Working</a><!-- (8.6)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/snow-leopard/minimize-windows-dock.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc (Feed is rejected)
Page Caching using apc
Database Caching 8/44 queries in 0.027 seconds using apc
Object Caching 923/973 objects using apc

Served from: www.mymacosx.com @ 2012-02-06 05:00:46 -->
