<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Dock Archives - defaults-write.com</title>
	<atom:link href="https://www.defaults-write.com/cat/dock/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.defaults-write.com/cat/dock/</link>
	<description>Unveil hidden macOS (OS X) features</description>
	<lastBuildDate>Mon, 02 Jun 2025 09:43:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2017/11/defwriteicon.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>Dock Archives - defaults-write.com</title>
	<link>https://www.defaults-write.com/cat/dock/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">40598044</site>	<item>
		<title>Show more recent apps in your Mac&#8217;s Dock</title>
		<link>https://www.defaults-write.com/show-more-recent-apps-in-your-macs-dock/</link>
					<comments>https://www.defaults-write.com/show-more-recent-apps-in-your-macs-dock/#respond</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Mon, 02 Jun 2025 09:43:42 +0000</pubDate>
				<category><![CDATA[Dock]]></category>
		<category><![CDATA[macos]]></category>
		<guid isPermaLink="false">https://www.defaults-write.com/?p=1523</guid>

					<description><![CDATA[<p>The &#8216;recently used apps&#8217; feature in the Mac Dock displays up to three apps you have recently opened but haven&#8217;t permanently added to the Dock, making it easy to relaunch them quickly. This section appears to the right of your pinned apps, separated by a divider, and updates automatically as you use different applications. You can use a terminal command to place your more recently used apps in the Dock. Enable recent used apps in Mac Dock Adjust the number of recent used apps in Mac Dock Copy and paste the following command into Terminal and press ENTER to execute the command. defaults write com.apple.dock show-recents -bool true; defaults write com.apple.dock show-recent-count -int 5; killall Dock After executing the command, the number of three recent apps will be changed to ... <a title="Show more recent apps in your Mac&#8217;s Dock" class="read-more" href="https://www.defaults-write.com/show-more-recent-apps-in-your-macs-dock/" aria-label="Read more about Show more recent apps in your Mac&#8217;s Dock">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/show-more-recent-apps-in-your-macs-dock/">Show more recent apps in your Mac&#8217;s Dock</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The &#8216;recently used apps&#8217; feature in the Mac Dock displays up to three apps you have recently opened but haven&#8217;t permanently added to the Dock, making it easy to relaunch them quickly. </p>



<p>This section appears to the right of your pinned apps, separated by a divider, and updates automatically as you use different applications. You can use a terminal command to place your more recently used apps in the Dock. </p>



<span id="more-1523"></span>



<h2 class="wp-block-heading">Enable recent used apps in Mac Dock</h2>



<ul class="wp-block-list">
<li>Open  ▸ System Settings</li>



<li>Go to &#8216;Desktop &amp; Dock&#8217;</li>



<li>Enable the option &#8216;Show suggested and recent applications in Dock&#8217;</li>
</ul>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="585" height="347" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2025/06/recent-apps-mac-dock.png?resize=585%2C347&#038;ssl=1" alt="" class="wp-image-1524" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2025/06/recent-apps-mac-dock.png?resize=585%2C347&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2025/06/recent-apps-mac-dock.png?resize=768%2C456&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2025/06/recent-apps-mac-dock.png?resize=1536%2C912&amp;ssl=1 1536w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2025/06/recent-apps-mac-dock.png?w=1600&amp;ssl=1 1600w" sizes="(max-width: 585px) 100vw, 585px" /></figure></div>


<h2 class="wp-block-heading">Adjust the number of recent used apps in Mac Dock</h2>



<p>Copy and paste the following command into Terminal and press ENTER to execute the command.</p>



<pre class="wp-block-preformatted">defaults write com.apple.dock show-recents -bool true; defaults write com.apple.dock show-recent-count -int 5; killall Dock</pre>



<p>After executing the command, the number of three recent apps will be changed to five. Is this still not enough? Then you can change the 5 in the above command to any desired number. Use 3 to change the number to the default settings.</p>



<p><a href="https://www.macrumors.com/how-to/show-more-recent-apps-macos-dock/" rel="nofollow">source</a></p>
<p>The post <a href="https://www.defaults-write.com/show-more-recent-apps-in-your-macs-dock/">Show more recent apps in your Mac&#8217;s Dock</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/show-more-recent-apps-in-your-macs-dock/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1523</post-id>	</item>
		<item>
		<title>Show one application at a time</title>
		<link>https://www.defaults-write.com/show-one-application-at-a-time/</link>
					<comments>https://www.defaults-write.com/show-one-application-at-a-time/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Tue, 16 Oct 2018 18:18:26 +0000</pubDate>
				<category><![CDATA[Dock]]></category>
		<category><![CDATA[Mac OS X General]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<category><![CDATA[10.12]]></category>
		<category><![CDATA[10.13]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<category><![CDATA[10.9]]></category>
		<guid isPermaLink="false">https://www.defaults-write.com/?p=1454</guid>

					<description><![CDATA[<p>In macOS and OS X it&#8217;s possible to show one application at a time. You can enable a &#8216;single application&#8217; mode by entering the following command in Terminal: defaults write com.apple.dock single-app -bool true;killall Dock When you click on an application in the Dock you&#8217;ll only see the windows of that application. All other windows are hidden in the background. You’ll be able to focus more on that one application without being distracted by any other applications in the background. To revert to the original settings: defaults write com.apple.dock single-app -bool no;killall Dock</p>
<p>The post <a href="https://www.defaults-write.com/show-one-application-at-a-time/">Show one application at a time</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In macOS and OS X it&#8217;s possible to show one application at a time. You can enable a &#8216;single application&#8217; mode by entering the following command in Terminal: <span id="more-1454"></span> </p>
<pre lang="bash">defaults write com.apple.dock single-app -bool true;killall Dock</pre>
<p>When you click on an application in the Dock you&#8217;ll only see the windows of that application. All other windows are hidden in the background. You’ll be able to focus more on that one application without being distracted by any other applications in the background. </p>
<p>To revert to the original settings:</p>
<pre lang="bash">defaults write com.apple.dock single-app -bool no;killall Dock</pre>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2018/01/one-app-at-the-time-mac.jpg?ssl=1"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2018/01/one-app-at-the-time-mac.jpg?resize=585%2C333&#038;ssl=1" alt="one app at the time (terminal)" width="585" height="333" class="aligncenter size-large wp-image-1455" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2018/01/one-app-at-the-time-mac.jpg?resize=585%2C333&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2018/01/one-app-at-the-time-mac.jpg?resize=768%2C438&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2018/01/one-app-at-the-time-mac.jpg?w=1500&amp;ssl=1 1500w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<p>The post <a href="https://www.defaults-write.com/show-one-application-at-a-time/">Show one application at a time</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/show-one-application-at-a-time/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1454</post-id>	</item>
		<item>
		<title>Reset OS X/macOS Dock to default settings</title>
		<link>https://www.defaults-write.com/reset-mac-dock-default/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Fri, 29 Jun 2018 17:59:19 +0000</pubDate>
				<category><![CDATA[Dock]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<category><![CDATA[10.12]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<category><![CDATA[10.9]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1388</guid>

					<description><![CDATA[<p>There is a Terminal command that you can use to quickly make your dock look like new again. Do you experience problems with the Dock on your Mac? The best you can do is to reset it to default settings. The following Terminal command will reset your dock by removing any icons that you’ve added and removed. It’ll also reset the size of the dock, magnification settings, and its location. Resetting the Dock to factory settings Copy and paste the following command in OS X/macOS Terminal: defaults delete com.apple.dock; killall Dock Hit the enter key and the Dock will quit and relaunch itself into the default settings. Of course you can rearrange and adjust it again.</p>
<p>The post <a href="https://www.defaults-write.com/reset-mac-dock-default/">Reset OS X/macOS Dock to default settings</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>There is a Terminal command that you can use to quickly make your dock look like new again. Do you experience problems with the Dock on your Mac? The best you can do is to reset it to default settings.</p>
<p>The following Terminal command will reset your dock by removing any icons that you’ve added and removed. It’ll also reset the size of the dock, magnification settings, and its location. <span id="more-1388"></span> </p>
<h2>Resetting the Dock to factory settings</h2>
<p>Copy and paste the following command in OS X/macOS Terminal:</p>
<p><code>defaults delete com.apple.dock; killall Dock</code></p>
<p>Hit the enter key and the Dock will quit and relaunch itself into the default settings. Of course you can rearrange and adjust it again.</p>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/10/reset-dock-default-factory.jpg"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/10/reset-dock-default-factory-585x333.jpg?resize=585%2C333" alt="How to Reset the OS X Dock to Default Icon Set" width="585" height="333" class="aligncenter size-large wp-image-1390" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/10/reset-dock-default-factory.jpg?resize=585%2C333&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/10/reset-dock-default-factory.jpg?resize=768%2C438&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/10/reset-dock-default-factory.jpg?w=1500&amp;ssl=1 1500w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<p>The post <a href="https://www.defaults-write.com/reset-mac-dock-default/">Reset OS X/macOS Dock to default settings</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1388</post-id>	</item>
		<item>
		<title>Fix for not working Exposè/Mission Control</title>
		<link>https://www.defaults-write.com/fix-for-not-working-exposemission-control/</link>
					<comments>https://www.defaults-write.com/fix-for-not-working-exposemission-control/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Thu, 07 Jun 2018 20:00:36 +0000</pubDate>
				<category><![CDATA[Dock]]></category>
		<category><![CDATA[Mission Control]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<category><![CDATA[10.12]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1419</guid>

					<description><![CDATA[<p>Using the the F3-key should normally activate Exposè/Mission Control. In some circumstances nothing happens when you hit the F3-key or the four finger up gesture. </p>
<p>The post <a href="https://www.defaults-write.com/fix-for-not-working-exposemission-control/">Fix for not working Exposè/Mission Control</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Using the the F3-key should normally activate Exposè/Mission Control. In some circumstances nothing happens when you hit the F3-key or the four finger up gesture. </p>
<p>To solve this problem apply the following defaults write command: <span id="more-1419"></span></p>
<p><code>defaults write com.apple.dock mcx-expose-disabled -bool FALSE</code></p>
<p>Restart the OSX Dock:</p>
<p><code>killall Dock</code></p>
<p>F3 and the four finger up gesture will work again.</p>
<p>The post <a href="https://www.defaults-write.com/fix-for-not-working-exposemission-control/">Fix for not working Exposè/Mission Control</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/fix-for-not-working-exposemission-control/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1419</post-id>	</item>
		<item>
		<title>Enable a larger Dock Icon size than default</title>
		<link>https://www.defaults-write.com/enable-a-larger-dock-icon-size-than-default/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Thu, 08 Mar 2018 19:11:55 +0000</pubDate>
				<category><![CDATA[Dock]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<category><![CDATA[10.9]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1345</guid>

					<description><![CDATA[<p>Through the system preferences you can adjust the size of the Dock icons. Unfortunately, you can't go larger than 256 pixels. With the following command you can change the size in different sizes.</p>
<p>The post <a href="https://www.defaults-write.com/enable-a-larger-dock-icon-size-than-default/">Enable a larger Dock Icon size than default</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Through the system preferences you can adjust the size of the Dock icons. Unfortunately, you can&#8217;t go larger than 256 pixels. With the following command you can change the size in different sizes. <span id="more-1345"></span></p>
<pre lang="bash">defaults write com.apple.dock largesize -float SIZE</pre>
<p>Change SIZE in a desired number and restart the Dock with the following command</p>
<pre lang="bash">killall Dock</pre>
<p>Restore the default setting or change the size in System Preferences (Dock)</p>
<pre lang="bash">defaults write com.apple.dock largesize -float 128</pre>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/05/large-dock.png" rel="attachment wp-att-1346"><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/05/large-dock-585x207.png?resize=585%2C207" alt="large dock" width="585" height="207" class="aligncenter size-large wp-image-1346" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/05/large-dock.png?resize=585%2C207&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/05/large-dock.png?resize=768%2C271&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/05/large-dock.png?w=1540&amp;ssl=1 1540w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/05/large-dock.png?w=2310&amp;ssl=1 2310w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<p>The post <a href="https://www.defaults-write.com/enable-a-larger-dock-icon-size-than-default/">Enable a larger Dock Icon size than default</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1345</post-id>	</item>
		<item>
		<title>Add a blank space to the Dock</title>
		<link>https://www.defaults-write.com/add-a-blank-space-to-the-dock/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Wed, 05 Apr 2017 09:26:36 +0000</pubDate>
				<category><![CDATA[Dock]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<category><![CDATA[10.9]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1333</guid>

					<description><![CDATA[<p>Did you know that you can customize the Dock in OS X through terminal? With the following defaults write you can add a blank space to the Dock. This is a better way to organize applications.</p>
<p>The post <a href="https://www.defaults-write.com/add-a-blank-space-to-the-dock/">Add a blank space to the Dock</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Did you know that you can customize the Dock in OS X through terminal? With the following defaults write you can add a blank space to the Dock. This is a better way to organize applications. <span id="more-1333"></span> </p>
<pre class="lang:sh decode:true " >defaults write com.apple.dock persistent-apps -array-add 
'{tile-data={}; tile-type="spacer-tile";}' </pre>
<p>
Copy &#038; paste this command as a single line in OS X Terminal</p>
<p>Additional step, restart the Dock:</p>
<pre class="lang:sh decode:true " >killall Dock</pre>
<p></p>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2015/04/Schermafbeelding-2015-04-09-om-14.36.18-585x320.png?resize=585%2C320" alt="Schermafbeelding 2015-04-09 om 14.36.18" width="585" height="320" class="aligncenter size-medium wp-image-1227" /></p>
<p>You can remove the blank space by dragging it out of the Dock</p>
<p>The post <a href="https://www.defaults-write.com/add-a-blank-space-to-the-dock/">Add a blank space to the Dock</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1333</post-id>	</item>
		<item>
		<title>How to add a blank space to your Dock?</title>
		<link>https://www.defaults-write.com/how-to-add-a-blank-space-to-your-dock/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Tue, 16 Jun 2015 18:00:05 +0000</pubDate>
				<category><![CDATA[Dock]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<category><![CDATA[10.4]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<category><![CDATA[10.9]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1261</guid>

					<description><![CDATA[<p>Do you want to keep the Dock in OS X organized? You can do this with a blank space. This way, you can divide your Dock in different groups. Copy and paste the following command in a Terminal window. After the restart, the space will be added to the Dock, which you can move to any place. </p>
<p>The post <a href="https://www.defaults-write.com/how-to-add-a-blank-space-to-your-dock/">How to add a blank space to your Dock?</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Do you want to keep the Dock in OS X organized? You can do this with a blank space. This way, you can divide your Dock in different groups. Copy and paste the following command in a Terminal window. After the restart, the space will be added to the Dock, which you can move to any place. <span id="more-1261"></span></p>
<pre lang="bash">defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'; killall Dock</pre>
<p>You can remove the empty space in the same way as deleting an app from the Dock.</p>
<p><iframe loading="lazy" width="770" height="433" src="https://www.youtube.com/embed/l64lFv0GjdY?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>The post <a href="https://www.defaults-write.com/how-to-add-a-blank-space-to-your-dock/">How to add a blank space to your Dock?</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1261</post-id>	</item>
		<item>
		<title>Delete the hiding Dock Delay in OS X</title>
		<link>https://www.defaults-write.com/delete-the-hiding-dock-delay-in-os-x/</link>
					<comments>https://www.defaults-write.com/delete-the-hiding-dock-delay-in-os-x/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Wed, 15 Apr 2015 18:25:53 +0000</pubDate>
				<category><![CDATA[Dock]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<category><![CDATA[10.9]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1199</guid>

					<description><![CDATA[<p>You can choose to hide/show the Dock automatically. This has a default speed to display the dock. You can speed it up with a defaults write command. This command removes the delay from when a cursor is hovered near the Dock. It doesn’t change the animation speed of the dock, only the response to the cursor. </p>
<p>The post <a href="https://www.defaults-write.com/delete-the-hiding-dock-delay-in-os-x/">Delete the hiding Dock Delay in OS X</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>You can choose to hide/show the Dock automatically. This has a default speed to display the dock. You can speed it up with a defaults write command. This command removes the delay from when a cursor is hovered near the Dock. It doesn’t change the animation speed of the dock, only the response to the cursor. <span id="more-1199"></span></p>
<p>Launch Terminal and enter the following command.</p>
<pre lang="bash">defaults write com.apple.dock autohide-delay -float 0;killall Dock</pre>
<p>Revert to the default setting:</p>
<pre lang="bash">defaults delete com.apple.dock autohide-delay;killall Dock</pre>
<p>The post <a href="https://www.defaults-write.com/delete-the-hiding-dock-delay-in-os-x/">Delete the hiding Dock Delay in OS X</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/delete-the-hiding-dock-delay-in-os-x/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1199</post-id>	</item>
		<item>
		<title>Place the OS X Dock in a screen corner</title>
		<link>https://www.defaults-write.com/place-the-dock-in-a-screen-corner/</link>
					<comments>https://www.defaults-write.com/place-the-dock-in-a-screen-corner/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Mon, 09 Dec 2013 19:00:59 +0000</pubDate>
				<category><![CDATA[Dock]]></category>
		<category><![CDATA[defaults write]]></category>
		<category><![CDATA[dock]]></category>
		<category><![CDATA[position]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1099</guid>

					<description><![CDATA[<p>The OS X Dock is centered along the bottom of the screen, with OS X Terminal you can pin the Dock into the corner of your Mac's screen. This method works with both 2D &#038; 3D versions of the Dock.</p>
<p>The post <a href="https://www.defaults-write.com/place-the-dock-in-a-screen-corner/">Place the OS X Dock in a screen corner</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The OS X Dock is centered along the bottom of the screen, with OS X Terminal you can pin the Dock into the corner of your Mac&#8217;s screen. This method works with both 2D &#038; 3D versions of the Dock. <span id="more-1099"></span></p>
<p>Top corner for a vertical Dock or the lower left corner for horizontal Dock:</p>
<pre lang="bash">defaults write com.apple.dock pinning start;killall Dock</pre>
<p>Bottom corners for vertical Dock or the lower right corner for horizontal Dock:</p>
<pre lang="bash">defaults write com.apple.dock pinning end;killall Dock</pre>
<p>You can restore the default centered Dock with:</p>
<pre lang="bash">defaults write com.apple.dock pinning middle;killall Dock</pre>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2013/12/dock-look-585x365.png?resize=585%2C365" alt="dock-look" width="585" height="365" class="aligncenter size-medium wp-image-1103" /></p>
<p>The post <a href="https://www.defaults-write.com/place-the-dock-in-a-screen-corner/">Place the OS X Dock in a screen corner</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/place-the-dock-in-a-screen-corner/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1099</post-id>	</item>
		<item>
		<title>Get a Transparent Dock in OS X Mavericks</title>
		<link>https://www.defaults-write.com/get-a-transparent-dock-in-os-x-mavericks/</link>
					<comments>https://www.defaults-write.com/get-a-transparent-dock-in-os-x-mavericks/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Mon, 18 Nov 2013 19:00:18 +0000</pubDate>
				<category><![CDATA[Dock]]></category>
		<category><![CDATA[10.9]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1085</guid>

					<description><![CDATA[<p>In OS X 10.9 Mavericks Apple didn't hardly changed the Dock, yet you can adjust the design slightly using a terminal command. It's possible to give the dock a transparent look. Add the following command in Terminal:</p>
<p>The post <a href="https://www.defaults-write.com/get-a-transparent-dock-in-os-x-mavericks/">Get a Transparent Dock in OS X Mavericks</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In OS X 10.9 Mavericks Apple didn&#8217;t hardly changed the Dock, yet you can adjust the design slightly using a terminal command. It&#8217;s possible to give the dock a transparent look. Add the following command in Terminal: <span id="more-1085"></span></p>
<pre lang="bash">defaults write com.apple.dock hide-mirror -bool true;killall Dock</pre>
<p>Restore the default setting:</p>
<pre lang="bash">defaults write com.apple.dock hide-mirror -bool false;killall Dock</pre>
<p><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2013/11/transparantdock1-585x236.png?resize=580%2C233" alt="transparantdock1" width="580" height="233" class="aligncenter size-large wp-image-1088" /></p>
<p>The post <a href="https://www.defaults-write.com/get-a-transparent-dock-in-os-x-mavericks/">Get a Transparent Dock in OS X Mavericks</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.defaults-write.com/get-a-transparent-dock-in-os-x-mavericks/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1085</post-id>	</item>
	</channel>
</rss>
