<?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>Mr.R, Author at defaults-write.com</title>
	<atom:link href="https://www.defaults-write.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Unveil hidden macOS (OS X) features</description>
	<lastBuildDate>Fri, 05 Apr 2019 12:30:32 +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>Mr.R, Author at defaults-write.com</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">40598044</site>	<item>
		<title>macOS: Display additional information on the loginscreen</title>
		<link>https://www.defaults-write.com/os-x-display-additional-information-on-the-loginscreen/</link>
					<comments>https://www.defaults-write.com/os-x-display-additional-information-on-the-loginscreen/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Fri, 05 Apr 2019 12:00:27 +0000</pubDate>
				<category><![CDATA[Mac OS X General]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=939</guid>

					<description><![CDATA[<p>You can display additional information on the loginscreen of macOS. After applying the command you can click on the clock in the upper right corner, toggle between clock, IP address, macOS version and computer name. The information will be displayed for only 60 seconds. Use the following command to active the additional information: sudo defaults write /Library/Preferences/com.apple.loginwindow AdminHostInfo HostName Reboot your mac, to make changes affect. Disable the additional information (defaults) with: sudo defaults delete /Library/Preferences/com.apple.loginwindow AdminHostInfo Example:</p>
<p>The post <a href="https://www.defaults-write.com/os-x-display-additional-information-on-the-loginscreen/">macOS: Display additional information on the loginscreen</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>You can display additional information on the loginscreen of macOS. After applying the command you can click on the clock in the upper right corner, toggle between clock, IP address, macOS version and computer name. The information will be displayed for only 60 seconds. <span id="more-939"></span></p>
<p>Use the following command to active the additional information: </p>
<pre lang="bash">sudo defaults write /Library/Preferences/com.apple.loginwindow AdminHostInfo HostName</pre>
<p>Reboot your mac, to make changes affect.</p>
<p>Disable the additional information (defaults) with:</p>
<pre lang="bash">sudo defaults delete /Library/Preferences/com.apple.loginwindow AdminHostInfo</pre>
<p>Example:</p>
<p><img data-recalc-dims="1" fetchpriority="high" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2012/11/extrainfolionlogin.png?resize=500%2C120" alt="" title="extrainfolionlogin" width="500" height="120" class="aligncenter size-full wp-image-940" /></p>
<p>The post <a href="https://www.defaults-write.com/os-x-display-additional-information-on-the-loginscreen/">macOS: Display additional information on the loginscreen</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/os-x-display-additional-information-on-the-loginscreen/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">939</post-id>	</item>
		<item>
		<title>Reverse dark mode to menubar and dock only</title>
		<link>https://www.defaults-write.com/reverse-dark-mode-to-menubar-and-dock-only/</link>
					<comments>https://www.defaults-write.com/reverse-dark-mode-to-menubar-and-dock-only/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Sat, 08 Dec 2018 12:34:22 +0000</pubDate>
				<category><![CDATA[Terminal]]></category>
		<category><![CDATA[10.14]]></category>
		<category><![CDATA[dark mode]]></category>
		<guid isPermaLink="false">https://www.defaults-write.com/?p=1467</guid>

					<description><![CDATA[<p>Mojave Dark Mode includes a new full Dark Mode. If this modes is to black for you, there is a possibility to reverse to the macOS High Sierra dark mode. The following procedure disables the full Mojave dark mode and only enables a dark menubar and dock just like macOS High Sierra. Follow these steps: 1. System Preferences ▸ General ▸ Appearance: Light 2. In Terminal, paste this command: defaults write -g NSRequiresAquaSystemAppearance -bool true 3. Go to  ▸ Log Out 4. Log back in 5. System Preferences ▸ General ▸ Appearance: Dark Dark mode is now active only on the menu bar and dock. If you want to reverse this, change the Terminal command: defaults write -g NSRequiresAquaSystemAppearance -bool false</p>
<p>The post <a href="https://www.defaults-write.com/reverse-dark-mode-to-menubar-and-dock-only/">Reverse dark mode to menubar and dock only</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Mojave Dark Mode includes a new full Dark Mode. If this modes is to black for you, there is a possibility to reverse to the macOS High Sierra dark mode. The following procedure disables the full Mojave dark mode and only enables a dark menubar and dock just like macOS High Sierra. <span id="more-1467"></span></p>
<p>Follow these steps:</p>
<p>1. System Preferences ▸ General ▸ Appearance: Light<br />
2. In Terminal, paste this command:</p>
<p><code>defaults write -g NSRequiresAquaSystemAppearance -bool true</code></p>
<p>3. Go to  ▸ Log Out<br />
4. Log back in<br />
5. System Preferences ▸ General ▸ Appearance: Dark</p>
<p>Dark mode is now active only on the menu bar and dock.</p>
<p>If you want to reverse this, change the Terminal command:</p>
<p><code>defaults write -g NSRequiresAquaSystemAppearance -bool false</code></p>
<p>The post <a href="https://www.defaults-write.com/reverse-dark-mode-to-menubar-and-dock-only/">Reverse dark mode to menubar and dock only</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/reverse-dark-mode-to-menubar-and-dock-only/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1467</post-id>	</item>
		<item>
		<title>Speed up Time Machine backups</title>
		<link>https://www.defaults-write.com/speed-up-time-machine-backups/</link>
					<comments>https://www.defaults-write.com/speed-up-time-machine-backups/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Thu, 09 Aug 2018 18:26:40 +0000</pubDate>
				<category><![CDATA[Time Machine]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1371</guid>

					<description><![CDATA[<p>Time Machine backups are great, but very slow when a large amount of data/files needs to be transferred (such as the initial back-up). As desgined by Apple the Time Machine background proces is running in a very low CPU priority.</p>
<p>The post <a href="https://www.defaults-write.com/speed-up-time-machine-backups/">Speed up Time Machine backups</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Time Machine backups are great, but very slow when a large amount of data/files needs to be transferred (such as the initial back-up). As desgined by Apple the Time Machine background proces is running in a very low CPU priority, giving all other running applications en services priority. <span id="more-1371"></span></p>
<p>With the following Terminal command you can temporary speed up the Time Machine backups:</p>
<pre lang="bash">sudo sysctl debug.lowpri_throttle_enabled=0</pre>
<p>The command prevents Time Machine’s backup process assuming a low CPU priority, allowing backups to complete more quickly. </p>
<p>The command is not persistent and will become inactive after a reboot. If you want revert to the default setting without a reboot:</p>
<pre lang="bash">sudo sysctl debug.lowpri_throttle_enabled=1</pre>
<p>Searching for more Time Machine tweaks? <a href="/cat/time-machine/">Check this</a>!</p>
<p>The post <a href="https://www.defaults-write.com/speed-up-time-machine-backups/">Speed up Time Machine backups</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/speed-up-time-machine-backups/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1371</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 Reminders debug menu and force a manual update</title>
		<link>https://www.defaults-write.com/enable-reminders-debug-menu-and-force-a-manual-update/</link>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Sun, 18 Feb 2018 19:12:27 +0000</pubDate>
				<category><![CDATA[Reminders]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1379</guid>

					<description><![CDATA[<p>Some of the built-in macOS applications have the possibility to activate a 'special' debug menu. One of these applications is Reminders, the debug menu gives you the option to manually Update/Refresh with your iCloud account.</p>
<p>The post <a href="https://www.defaults-write.com/enable-reminders-debug-menu-and-force-a-manual-update/">Enable Reminders debug menu and force a manual update</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Some of the built-in macOS applications have the possibility to activate a &#8216;special&#8217; debug menu. One of these applications is Reminders, the debug menu gives you the option to manually Update/Refresh with your iCloud account.</p>
<p>Quit the Reminders application and start a Terminal window, apply the following command: <span id="more-1379"></span></p>
<pre lang="bash">defaults write com.apple.reminders RemindersDebugMenu -boolean true </pre>
<p>After applying to command start the Reminders application, the Debug menu will appear in the Reminders menubar and gives you the option to manually sync with iCloud whenever you want.</p>
<p>To disable the debug menu, quit Reminders and type the following:</p>
<pre lang="bash">defaults delete com.apple.reminders RemindersDebugMenu</pre>
<p>Start de Reminders application and the debug option is gone&#8230;</p>
<p>The post <a href="https://www.defaults-write.com/enable-reminders-debug-menu-and-force-a-manual-update/">Enable Reminders debug menu and force a manual update</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">1379</post-id>	</item>
		<item>
		<title>Toggle Safari DNS Prefetching</title>
		<link>https://www.defaults-write.com/toggle-safari-dns-prefetching/</link>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Mon, 13 Mar 2017 19:11:03 +0000</pubDate>
				<category><![CDATA[Safari]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.11]]></category>
		<category><![CDATA[10.9]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1323</guid>

					<description><![CDATA[<p>To improve performance Safari will attempt to prefetch DNS information. In some circumstances this can result in slow or partial webpage loading, or webpage cannot be found errors.</p>
<p>If you are experiencing those problems,  apply this tweak to disable DNS prefetching. </p>
<p>The post <a href="https://www.defaults-write.com/toggle-safari-dns-prefetching/">Toggle Safari DNS Prefetching</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>To improve performance Safari will attempt to prefetch DNS information. In some circumstances this can result in slow or partial webpage loading, or webpage cannot be found errors.</p>
<p>If you are experiencing those problems,  apply this tweak to disable DNS prefetching. <span id="more-1323"></span></p>
<p>Disable DNS prefetching:</p>
<p><code>defaults write com.apple.safari WebKitDNSPrefetchingEnabled -boolean false</code></p>
<p>To activate this close Safari, or reboot your Mac.</p>
<p>Return to the default value with the following command:</p>
<p><code>defaults write com.apple.safari WebKitDNSPrefetchingEnabled -boolean true</code></p>
<p>The post <a href="https://www.defaults-write.com/toggle-safari-dns-prefetching/">Toggle Safari DNS Prefetching</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">1323</post-id>	</item>
		<item>
		<title>Change OS X text cursor blink rate</title>
		<link>https://www.defaults-write.com/change-os-x-text-cursor-blink-rate/</link>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Mon, 21 Dec 2015 19:33:08 +0000</pubDate>
				<category><![CDATA[Mac OS X General]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.9]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1193</guid>

					<description><![CDATA[<p>There is no system preference setting for adjusting the cursor blink rate in OS X, as with many hidden settings you can change the blink rate directly using a defaults write command (OS X 10.9 and above).</p>
<p>The post <a href="https://www.defaults-write.com/change-os-x-text-cursor-blink-rate/">Change OS X text cursor blink rate</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>There is no system preference setting for adjusting the cursor blink rate in OS X, as with many hidden settings you can change the blink rate directly using a defaults write command (OS X 10.9 and above). <span id="more-1193"></span></p>
<p><code>defaults write -g NSTextInsertionPointBlinkPeriodOn -float 200</code><br />
<code>defaults write -g NSTextInsertionPointBlinkPeriodOff -float 200</code></p>
<p>Use milliseconds to adjust the blinking rate (e.g. 1000 = 1 second), change 200 in the value you want to use.</p>
<p>You will need to quit and restart your applications for the changes to take effect, </p>
<p>Reverse to default with the command&#8217;s:</p>
<p><code>defaults delete -g NSTextInsertionPointBlinkPeriodOn</code><br />
defaults delete -g NSTextInsertionPointBlinkPeriodOff</p>
<p>The post <a href="https://www.defaults-write.com/change-os-x-text-cursor-blink-rate/">Change OS X text cursor blink rate</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">1193</post-id>	</item>
		<item>
		<title>Re-activate the Shutdown Dialog</title>
		<link>https://www.defaults-write.com/re-activate-the-shutdown-dialog/</link>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Tue, 21 Oct 2014 13:56:12 +0000</pubDate>
				<category><![CDATA[Mac OS X General]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[10.9]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1172</guid>

					<description><![CDATA[<p>When you press the power button on your Mac (installed with OS X Mavericks or Yosemite) your Mac falls into sleepmode. You can disable the power button's directly sleep mode and have the 'old' shutdown dialog appearing instead, open OS X Terminal window and enter:</p>
<p>The post <a href="https://www.defaults-write.com/re-activate-the-shutdown-dialog/">Re-activate the Shutdown Dialog</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When you press the power button (approx 1 second) on a Mac installed with OS X Mavericks or Yosemite the Mac falls into sleepmode. You can disable the power button&#8217;s directly sleep mode and have the &#8216;old&#8217; shutdown dialog appearing instead, open OS X Terminal window and enter:</p>
<pre lang="bash">defaults write com.apple.loginwindow PowerButtonSleepsSystem -bool no</pre>
<p>To undo, simply change &#8216;no&#8217; in to &#8216;yes&#8217;</p>
<pre lang="bash">defaults write com.apple.loginwindow PowerButtonSleepsSystem -bool yes</pre>
<p>The shutdown dialog:</p>
<p><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2014/10/Schermafbeelding-2014-10-21-om-15.53.17.png?resize=565%2C270" alt="Schermafbeelding 2014-10-21 om 15.53.17" width="565" height="270" class="aligncenter size-full wp-image-1176" /></p>
<p>The post <a href="https://www.defaults-write.com/re-activate-the-shutdown-dialog/">Re-activate the Shutdown Dialog</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">1172</post-id>	</item>
		<item>
		<title>Finder: Disable &#8216;Go to Folder&#8217; menu option</title>
		<link>https://www.defaults-write.com/finder-disable-go-to-folder-menu-option/</link>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Sat, 10 May 2014 18:00:42 +0000</pubDate>
				<category><![CDATA[Finder]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[10.7. 10.8]]></category>
		<category><![CDATA[10.9]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=1155</guid>

					<description><![CDATA[<p>Disable the menu option: &#8216;Go ▸ Go to folder&#8217; in the Mac OS X Finder menubar. defaults write com.apple.finder ProhibitGoToFolder -bool true To make the command take effect, you need to restart the Finder. killall Finder Revert to the default setting: defaults write com.apple.finder ProhibitGoToFolder -bool false Screenshot: Default option, Go to folder disabled.</p>
<p>The post <a href="https://www.defaults-write.com/finder-disable-go-to-folder-menu-option/">Finder: Disable &#8216;Go to Folder&#8217; menu option</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Disable the menu option: &#8216;Go ▸ Go to folder&#8217; in the Mac OS X Finder menubar. <span id="more-1155"></span></p>
<pre lang="bash">defaults write com.apple.finder ProhibitGoToFolder -bool true</pre>
<p>To make the command take effect, you need to restart the Finder.</p>
<pre lang="bash">killall Finder</pre>
<p>Revert to the default setting:</p>
<pre lang="bash">defaults write com.apple.finder ProhibitGoToFolder -bool false</pre>
<p>Screenshot: Default option, Go to folder disabled.</p>
<p><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/www.defaults-write.com/wp-content/uploads/2012/08/go-menu-option-finder.png?resize=585%2C393" alt="" title="go menu option finder" width="585" height="393" class="aligncenter size-full wp-image-142" /></p>
<p>The post <a href="https://www.defaults-write.com/finder-disable-go-to-folder-menu-option/">Finder: Disable &#8216;Go to Folder&#8217; menu option</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">1155</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>
	</channel>
</rss>
