<?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>Dashboard Archives - defaults-write.com</title>
	<atom:link href="https://www.defaults-write.com/cat/dashboard/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.defaults-write.com/cat/dashboard/</link>
	<description>Unveil hidden macOS (OS X) features</description>
	<lastBuildDate>Fri, 23 Nov 2012 15:27:46 +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>Dashboard Archives - defaults-write.com</title>
	<link>https://www.defaults-write.com/cat/dashboard/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">40598044</site>	<item>
		<title>Disable Dashboard in Mac OS X</title>
		<link>https://www.defaults-write.com/disable-dashboard-in-mac-os-x/</link>
					<comments>https://www.defaults-write.com/disable-dashboard-in-mac-os-x/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Sun, 25 Nov 2012 19:00:27 +0000</pubDate>
				<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=955</guid>

					<description><![CDATA[<p>It is possible to completely disable OS X Dashboard. On old Mac&#8217;s this could save some memory and cpu resources. Use the following command and kill the current running Dashboard. defaults write com.apple.dashboard mcx-disabled -boolean true To make the command take effect, you need to restart the Dock: killall Dock Reactivate OS X Dashboard using the command: defaults write com.apple.dashboard mcx-disabled -boolean false Restart the Dock. Screencast:</p>
<p>The post <a href="https://www.defaults-write.com/disable-dashboard-in-mac-os-x/">Disable Dashboard in Mac OS X</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>It is possible to completely disable OS X Dashboard. On old Mac&#8217;s this could save some memory and cpu resources. Use the following command and kill the current running Dashboard. <span id="more-955"></span></p>
<pre lang="bash">defaults write com.apple.dashboard mcx-disabled -boolean true</pre>
<p>To make the command take effect, you need to restart the Dock:</p>
<pre lang="bash">killall Dock</pre>
<p>Reactivate OS X Dashboard using the command:</p>
<pre lang="bash">defaults write com.apple.dashboard mcx-disabled -boolean false</pre>
<p>Restart the Dock.</p>
<p>Screencast:</p>
<p><iframe width="770" height="433" src="https://www.youtube.com/embed/w5ICCJFzX_0?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>The post <a href="https://www.defaults-write.com/disable-dashboard-in-mac-os-x/">Disable Dashboard in Mac 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/disable-dashboard-in-mac-os-x/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">955</post-id>	</item>
		<item>
		<title>Disable Dashboard as a space in Mission Control</title>
		<link>https://www.defaults-write.com/disable-dashboard-as-a-space-in-mission-control/</link>
					<comments>https://www.defaults-write.com/disable-dashboard-as-a-space-in-mission-control/#comments</comments>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Thu, 04 Oct 2012 18:00:52 +0000</pubDate>
				<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=738</guid>

					<description><![CDATA[<p>By default Dashboard appears as the first Spaces in mission control. If you are not a Dashboard user, you can hide Dashboard from appearing as Spaces with the following command: defaults write com.apple.dock dashboard-in-overlay -bool true To make the command take effect, you need to restart the Dock killall Dock You can activate Dashboard with the F12 or F3 key. Revert to the default setting: defaults write com.apple.dock dashboard-in-overlay -bool false</p>
<p>The post <a href="https://www.defaults-write.com/disable-dashboard-as-a-space-in-mission-control/">Disable Dashboard as a space in Mission Control</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>By default Dashboard appears as the first Spaces in mission control. If you are not a Dashboard user, you can hide Dashboard from appearing as Spaces with the following command: <span id="more-738"></span></p>
<pre lang="bash">defaults write com.apple.dock dashboard-in-overlay -bool true</pre>
<p>To make the command take effect, you need to restart the Dock</p>
<pre lang="bash">killall Dock</pre>
<p>You can activate Dashboard with the F12 or F3 key. </p>
<p>Revert to the default setting:</p>
<pre lang="bash">defaults write com.apple.dock dashboard-in-overlay -bool false</pre>
<p>The post <a href="https://www.defaults-write.com/disable-dashboard-as-a-space-in-mission-control/">Disable Dashboard as a space in 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/disable-dashboard-as-a-space-in-mission-control/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">738</post-id>	</item>
		<item>
		<title>Show OS X Dashboard Widgets on your Desktop</title>
		<link>https://www.defaults-write.com/show-os-x-dashboard-widgets-on-your-desktop/</link>
					<comments>https://www.defaults-write.com/show-os-x-dashboard-widgets-on-your-desktop/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Mon, 02 Jul 2012 11:16:42 +0000</pubDate>
				<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=179</guid>

					<description><![CDATA[<p>Enable OS X Dashboard widgets on the desktop, with the F12 or F4 key. After applying the defaults write command activate Dashboard, click on the widget you want to move to your desktop, and while holding the mouse button down, click F12/F4 again. defaults write com.apple.dashboard devmode YES To make the command take effect, you need to restart the Dock killall Dock Revert to the default setting: defaults write com.apple.dashboard devmode NO Restart the Dock.</p>
<p>The post <a href="https://www.defaults-write.com/show-os-x-dashboard-widgets-on-your-desktop/">Show OS X Dashboard Widgets on your Desktop</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Enable OS X Dashboard widgets on the desktop, with the F12 or F4 key. After applying the defaults write command activate Dashboard, click on the widget you want to move to your desktop, and while holding the mouse button down, click F12/F4 again. <span id="more-179"></span></p>
<pre lang="bash">defaults write com.apple.dashboard devmode YES</pre>
<p>To make the command take effect, you need to restart the Dock</p>
<pre lang="bash">killall Dock</pre>
<p>Revert to the default setting:</p>
<pre lang="bash">defaults write com.apple.dashboard devmode NO</pre>
<p>Restart the Dock.</p>
<p><iframe width="770" height="433" src="https://www.youtube.com/embed/co09Oj08fZg?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>The post <a href="https://www.defaults-write.com/show-os-x-dashboard-widgets-on-your-desktop/">Show OS X Dashboard Widgets on your Desktop</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-os-x-dashboard-widgets-on-your-desktop/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">179</post-id>	</item>
	</channel>
</rss>
