<?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>Mac Archives - ubuntu|dog</title>
	<atom:link href="https://ubuntudog.com/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>https://ubuntudog.com/category/mac/</link>
	<description>Knowledge is power</description>
	<lastBuildDate>Fri, 20 Dec 2024 22:25:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>

<image>
	<url>https://media.ubuntudog.com/2019/11/cropped-favicon-32x32.png</url>
	<title>Mac Archives - ubuntu|dog</title>
	<link>https://ubuntudog.com/category/mac/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to disable dashboard on your Mac and Why</title>
		<link>https://ubuntudog.com/how-to-disable-dashboard-on-your-mac-and-why/</link>
		
		<dc:creator><![CDATA[dean]]></dc:creator>
		<pubDate>Sun, 24 Nov 2019 20:34:49 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mac]]></category>
		<guid isPermaLink="false">http://ubuntudog.com/?p=149</guid>

					<description><![CDATA[<p>As you know your dashboard is started at system startup which means it consumes extra power of your macbook. If you don&#8217;t use dashboard like me you better disable it. Your battery will last longer and you&#8217;ll save some memory resources. To disable dashboard fire up your terminal and type this: defaults write com.apple.dashboard mcx-disabled ... <a title="How to disable dashboard on your Mac and Why" class="read-more" href="https://ubuntudog.com/how-to-disable-dashboard-on-your-mac-and-why/" aria-label="Read more about How to disable dashboard on your Mac and Why">Read more</a></p>
<p>The post <a href="https://ubuntudog.com/how-to-disable-dashboard-on-your-mac-and-why/">How to disable dashboard on your Mac and Why</a> appeared first on <a href="https://ubuntudog.com">ubuntu|dog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>As you know your dashboard is started at system startup which means it consumes extra power of your macbook. If you don&#8217;t use dashboard like me you better disable it. Your battery will last longer and you&#8217;ll save some memory resources. To disable dashboard fire up your terminal and type this:</p>
<p class="code_header">
<blockquote>
<div class="code">defaults write com.apple.dashboard mcx-disabled -boolean YES</div>
</blockquote>
<p>Dashboard process is owned by the Dock so we need to restart the Dock to apply the changes.</p>
<p class="code_header">
<blockquote>
<div class="code">killall Dock</div>
</blockquote>
<p>Now when you hit F12 nothing will happen. Your dashboard is now disabled.<br />
If you want to enable it again type:</p>
<blockquote>
<div class="code">defaults write com.apple.dashboard mcx-disabled -boolean NO</div>
</blockquote>
<p>Now restart the Dock process by &#8220;killing&#8221; it:</p>
<blockquote>
<div class="code">killall Dock</div>
</blockquote>
<p>The post <a href="https://ubuntudog.com/how-to-disable-dashboard-on-your-mac-and-why/">How to disable dashboard on your Mac and Why</a> appeared first on <a href="https://ubuntudog.com">ubuntu|dog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
