<?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>Launchpad Archives - defaults-write.com</title>
	<atom:link href="https://www.defaults-write.com/cat/launchpad/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.defaults-write.com/cat/launchpad/</link>
	<description>Unveil hidden macOS (OS X) features</description>
	<lastBuildDate>Mon, 21 Jan 2019 09:31:28 +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>Launchpad Archives - defaults-write.com</title>
	<link>https://www.defaults-write.com/cat/launchpad/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">40598044</site>	<item>
		<title>Change the layout (rows and columns) of Launchpad</title>
		<link>https://www.defaults-write.com/change-the-layout-rows-and-columns-of-launchpad/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Mon, 21 Jan 2019 09:07:03 +0000</pubDate>
				<category><![CDATA[Launchpad]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1422</guid>

					<description><![CDATA[<p>Did you know that you can fully customize the layout of Launchpad? Not only change the placement of icons, but you can also change the number of rows and columns. Use the following commands in OS X Terminal.</p>
<p>The post <a href="https://www.defaults-write.com/change-the-layout-rows-and-columns-of-launchpad/">Change the layout (rows and columns) of Launchpad</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 fully customize the layout of Launchpad? Not only change the placement of icons, but you can also change the number of rows and columns. This way you can easily make Launchpad personal and change it to your own wishes. Good to know: by using the commands below the layout of Launchpad will be restored. This means that the created folders are deleted and you have to structure them again.  <!—more—> </p>
<h2>Change the layout of Launchpad</h2>
<p>Use the following command in Terminal to change the layout of Launchpad. Change &#8216;X&#8217; into the number of icons to be showed in a single row (e.g 9).</p>
<p><code>defaults write com.apple.dock springboard-columns -int X</code> </p>
<p>Change &#8216;X&#8217; to the number of rows (e.g 3).</p>
<p><code>defaults write com.apple.dock springboard-rows -int X</code> </p>
<p>Force a restart of Launchpad with the following command to apply the changes:</p>
<p><code>defaults write com.apple.dock ResetLaunchPad -bool TRUE;killall Dock</code></p>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/02/launchpad-aanpassen2.jpg" rel="attachment wp-att-1313"><img data-recalc-dims="1" fetchpriority="high" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/02/launchpad-aanpassen2-585x333.jpg?resize=585%2C333" alt="Launchpad aanpassen" width="585" height="333" class="aligncenter size-large wp-image-1313" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/02/launchpad-aanpassen2.jpg?resize=585%2C333&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/02/launchpad-aanpassen2.jpg?resize=768%2C438&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2016/02/launchpad-aanpassen2.jpg?w=1500&amp;ssl=1 1500w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<p>Revert to the default setting with the following commands</p>
<p><code>defaults delete com.apple.dock springboard-rows<br />
defaults delete com.apple.dock springboard-columns<br />
defaults write com.apple.dock ResetLaunchPad -bool TRUE;killall Dock</code></p>
<p>The post <a href="https://www.defaults-write.com/change-the-layout-rows-and-columns-of-launchpad/">Change the layout (rows and columns) of Launchpad</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">1422</post-id>	</item>
		<item>
		<title>Activate the default settings for OS X Launchpad</title>
		<link>https://www.defaults-write.com/active-defaults-setting-for-os-x-launchpad/</link>
					<comments>https://www.defaults-write.com/active-defaults-setting-for-os-x-launchpad/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Fri, 23 Nov 2012 19:00:12 +0000</pubDate>
				<category><![CDATA[Launchpad]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=946</guid>

					<description><![CDATA[<p>If you want to cleanup OS X Launchpad and restore to default you can use OS X Terminal. The command resets the Launchpad with the default content sorted on a to z basis. defaults write com.apple.dock ResetLaunchPad -bool true To make the command take effect, you need to restart the Dock. killall Dock Revert to ... <a title="Activate the default settings for OS X Launchpad" class="read-more" href="https://www.defaults-write.com/active-defaults-setting-for-os-x-launchpad/" aria-label="Read more about Activate the default settings for OS X Launchpad">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/active-defaults-setting-for-os-x-launchpad/">Activate the default settings for OS X Launchpad</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you want to cleanup OS X Launchpad and restore to default you can use OS X Terminal. The command resets the Launchpad with the default content sorted on a to z basis. <span id="more-946"></span></p>
<pre class="lang:sh decode:true ">defaults write com.apple.dock ResetLaunchPad -bool true</pre>
<p>To make the command take effect, you need to restart the Dock.</p>
<pre class="lang:sh decode:true ">killall Dock</pre>
<p>Revert to the default setting:</p>
<pre class="lang:sh decode:true ">defaults write com.apple.dock ResetLaunchPad -bool false</pre>
<p>http://www.youtube.com/watch?v=fWRPtqLoT_Y&#038;feature=player_embedded</p>
<p>The post <a href="https://www.defaults-write.com/active-defaults-setting-for-os-x-launchpad/">Activate the default settings for OS X Launchpad</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/active-defaults-setting-for-os-x-launchpad/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">946</post-id>	</item>
		<item>
		<title>Launchpad: Change the level of background blur</title>
		<link>https://www.defaults-write.com/launchpad-change-the-level-of-background-blur/</link>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Thu, 25 Oct 2012 09:28:21 +0000</pubDate>
				<category><![CDATA[Launchpad]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=836</guid>

					<description><![CDATA[<p>Launchpad uses a blurred version of your Desktop image as its background. Using cmd + option + ctrl + B while in Launchpad cycles through the original image, the blurred one, a black and white version and a blurred black and white version. With the following defaults write command you can adjust the blur radius: ... <a title="Launchpad: Change the level of background blur" class="read-more" href="https://www.defaults-write.com/launchpad-change-the-level-of-background-blur/" aria-label="Read more about Launchpad: Change the level of background blur">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/launchpad-change-the-level-of-background-blur/">Launchpad: Change the level of background blur</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Launchpad uses a blurred version of your Desktop image as its background. Using cmd + option + ctrl + B while in Launchpad cycles through the original image, the blurred one, a black and white version and a blurred black and white version. </p>
<p>With the following defaults write command you can adjust the blur radius: <span id="more-836"></span></p>
<pre lang="bash">defaults write com.apple.dock springboard-blur-radius -int XYZ</pre>
<p>Replace XYZ with a number between 0 and 255 (0 is the minimum and 255 is the maximum blur).</p>
<p>Restart the Dock to make changes affect:</p>
<pre lang="bash">killall Dock</pre>
<p>Restore blur radius with:</p>
<pre lang="bash">defaults delete com.apple.dock springboard-blur-radius</pre>
<p>Example:</p>
<p><img data-recalc-dims="1" decoding="async" class="aligncenter size-large wp-image-837" title="blur intesitivty" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2012/10/blur-intesitivty-585x365.png?resize=585%2C365" alt="" width="585" height="365" /></p>
<p>The post <a href="https://www.defaults-write.com/launchpad-change-the-level-of-background-blur/">Launchpad: Change the level of background blur</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">836</post-id>	</item>
		<item>
		<title>Disable launchpad fade effects</title>
		<link>https://www.defaults-write.com/disable-launchpad-fade-effects/</link>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Mon, 17 Sep 2012 18:00:19 +0000</pubDate>
				<category><![CDATA[Launchpad]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=635</guid>

					<description><![CDATA[<p>Launchpad shows a fade effect anytime it is opened or closed. If you want to access Launchpad a little bit faster, it&#8217;s possible to disable the fade effects. Use the following Terminal commands: defaults write com.apple.dock springboard-show-duration -int 0 defaults write com.apple.dock springboard-hide-duration -int 0 Restart the dock, to make changes affect: killall Dock Re-enable ... <a title="Disable launchpad fade effects" class="read-more" href="https://www.defaults-write.com/disable-launchpad-fade-effects/" aria-label="Read more about Disable launchpad fade effects">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/disable-launchpad-fade-effects/">Disable launchpad fade effects</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Launchpad shows a fade effect anytime it is opened or closed. If you want to access Launchpad a little bit faster, it&#8217;s possible to disable the fade effects. Use the following Terminal commands: <span id="more-635"></span></p>
<pre lang="bash">defaults write com.apple.dock springboard-show-duration -int 0</pre>
<pre lang="bash">defaults write com.apple.dock springboard-hide-duration -int 0</pre>
<p>Restart the dock, to make changes affect:</p>
<pre lang="bash">killall Dock</pre>
<p>Re-enable launchpad fading effect:</p>
<pre lang="bash">defaults delete com.apple.dock springboard-show-duration</pre>
<pre lang="bash">defaults delete com.apple.dock springboard-hide-duration</pre>
<p>The post <a href="https://www.defaults-write.com/disable-launchpad-fade-effects/">Disable launchpad fade effects</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">635</post-id>	</item>
	</channel>
</rss>
