<?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>10.15 Archives - defaults-write.com</title>
	<atom:link href="https://www.defaults-write.com/tag/10-15/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Unveil hidden macOS (OS X) features</description>
	<lastBuildDate>Fri, 18 Oct 2019 12:16:20 +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>10.15 Archives - defaults-write.com</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">40598044</site>	<item>
		<title>Disable screenshot shadows on a Mac</title>
		<link>https://www.defaults-write.com/disable-screenshots-shadow-mac/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Thu, 17 Oct 2019 18:43:57 +0000</pubDate>
				<category><![CDATA[Mac OS X General]]></category>
		<category><![CDATA[10.14]]></category>
		<category><![CDATA[10.15]]></category>
		<guid isPermaLink="false">https://www.defaults-write.com/?p=1502</guid>

					<description><![CDATA[<p>Do you want to take screenshots on a Mac, but without shadow around the window? Then you can disable this by using a terminal command. Since macOS Mojave you have to use a different command than under macOS High Sierra (more info). Disable screenshot shadows on a Mac defaults write com.apple.screencapture disable-shadow -bool true To ... <a title="Disable screenshot shadows on a Mac" class="read-more" href="https://www.defaults-write.com/disable-screenshots-shadow-mac/" aria-label="Read more about Disable screenshot shadows on a Mac">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/disable-screenshots-shadow-mac/">Disable screenshot shadows on a Mac</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 take screenshots on a Mac, but without shadow around the window? Then you can disable this by using a terminal command. Since macOS Mojave you have to use a different command than under macOS High Sierra (<a href="/make-os-x-screenshots-without-window-shadows" rel="noopener" target="_blank">more info</a>). <span id="more-1502"></span></p>
<h2>Disable screenshot shadows on a Mac</h2>
<pre lang="bash">defaults write com.apple.screencapture disable-shadow -bool true</pre>
<p>To make the command take effect, you need to restart the System UI server:</p>
<pre lang="bash">killall SystemUIServer</pre >
<p>Revert to the default setting (screenshots including shadows), To make the command take effect, you also need to restart the System UI server!</p>
<pre lang="bash">defaults write com.apple.screencapture disable-shadow -bool false</pre >
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2019/10/schermafbeelding-schaduw.png?ssl=1"><img data-recalc-dims="1" fetchpriority="high" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2019/10/schermafbeelding-schaduw.png?resize=585%2C306&#038;ssl=1" alt="" width="585" height="306" class="aligncenter size-large wp-image-1505" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2019/10/schermafbeelding-schaduw.png?resize=585%2C306&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2019/10/schermafbeelding-schaduw.png?resize=768%2C402&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2019/10/schermafbeelding-schaduw.png?w=1400&amp;ssl=1 1400w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<p>The post <a href="https://www.defaults-write.com/disable-screenshots-shadow-mac/">Disable screenshot shadows on a Mac</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">1502</post-id>	</item>
		<item>
		<title>Enable Sidecar on incompatible Macs in Catalina</title>
		<link>https://www.defaults-write.com/enable-sidecar-incompatible-macs/</link>
		
		<dc:creator><![CDATA[Mr.W]]></dc:creator>
		<pubDate>Sat, 12 Oct 2019 07:46:27 +0000</pubDate>
				<category><![CDATA[Sidecar]]></category>
		<category><![CDATA[10.15]]></category>
		<guid isPermaLink="false">https://www.defaults-write.com/?p=1493</guid>

					<description><![CDATA[<p>Sidecar lets you extend your workspace by using your iPad as a second Mac display. All the ins and outs about SideCar are explained in this Apple document. Unfortunately not all Macs are compatible for this feature, but there is a workaround that might enable Sidecar. With the use of a terminal command you can ... <a title="Enable Sidecar on incompatible Macs in Catalina" class="read-more" href="https://www.defaults-write.com/enable-sidecar-incompatible-macs/" aria-label="Read more about Enable Sidecar on incompatible Macs in Catalina">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/enable-sidecar-incompatible-macs/">Enable Sidecar on incompatible Macs in Catalina</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Sidecar lets you extend your workspace by using your iPad as a second Mac display. All the ins and outs about SideCar are explained in <a href="https://www.apple.com/macos/catalina/docs/Sidecar_Tech_Brief_Oct_2019.pdf" rel="noopener" target="_blank">this Apple document</a>. Unfortunately not all Macs are compatible for this feature, but there is a workaround that might enable Sidecar. With the use of a terminal command you can use all Macs that can install macOS Catalina for side car. But be aware, it doesn&#8217;t always work, but it is worth trying. <span id="more-1493"></span> </p>
<p><a href="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2019/10/sidecar_mac_ipad.jpg?ssl=1"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2019/10/sidecar_mac_ipad.jpg?resize=585%2C329&#038;ssl=1" alt="" width="585" height="329" class="aligncenter size-large wp-image-1495" srcset="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2019/10/sidecar_mac_ipad.jpg?resize=585%2C329&amp;ssl=1 585w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2019/10/sidecar_mac_ipad.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2019/10/sidecar_mac_ipad.jpg?w=1280&amp;ssl=1 1280w" sizes="(max-width: 585px) 100vw, 585px" /></a></p>
<h2>Enable Sidecar on incompatible Macs</h2>
<p>Use the following steps to activate Sidecar on incompatible Macs:</p>
<ul>
<li>Connect iPad to your Mac with the cable</li>
<li>Open macOS Terminal and type the command below followed by enter</li>
</ul>
<pre lang="bash">defaults write com.apple.sidecar.display AllowAllDevices -bool true; defaults write com.apple.sidecar.display hasShownPref -bool true; open /System/Library/PreferencePanes/Sidecar.prefPane</pre>
<p>Enter your password if you are prompted and automaticly System Preferences opens. If the workaroud worked, you see a new option called &#8216;Sidecar&#8217; and you can use this new feature too. If you do not see the option, it is unfortunately not possible to activate Sidecar. Restart your mac and try again. Of course it is important that you have a supporting iPad with iPadOS. Check <a href="https://www.apple.com/macos/catalina/docs/Sidecar_Tech_Brief_Oct_2019.pdf" rel="noopener" target="_blank">this Apple document</a> how to use sidecar. </p>
<h2>Sidecar-supported iPad models</h2>
<p>• 12.9-inch iPad Pro<br />
• 11-inch iPad Pro<br />
• 10.5-inch iPad Pro<br />
• 9.7-inch iPad Pro<br />
• iPad (6th generation or later)<br />
• iPad mini (5th generation)<br />
• iPad Air (3rd generation)<br />
• All new iPads</p>
<p>The post <a href="https://www.defaults-write.com/enable-sidecar-incompatible-macs/">Enable Sidecar on incompatible Macs in Catalina</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">1493</post-id>	</item>
	</channel>
</rss>
