<?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>Terminal Archives - defaults-write.com</title>
	<atom:link href="https://www.defaults-write.com/cat/terminal/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.defaults-write.com/cat/terminal/</link>
	<description>Unveil hidden macOS (OS X) features</description>
	<lastBuildDate>Mon, 10 Dec 2018 10:06:42 +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>Terminal Archives - defaults-write.com</title>
	<link>https://www.defaults-write.com/cat/terminal/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">40598044</site>	<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: ... <a title="Reverse dark mode to menubar and dock only" class="read-more" href="https://www.defaults-write.com/reverse-dark-mode-to-menubar-and-dock-only/" aria-label="Read more about Reverse dark mode to menubar and dock only">Read more</a></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>OS X Terminal: Activate focus follow</title>
		<link>https://www.defaults-write.com/os-x-terminal-activate-focus-follow/</link>
					<comments>https://www.defaults-write.com/os-x-terminal-activate-focus-follow/#comments</comments>
		
		<dc:creator><![CDATA[Mr.R]]></dc:creator>
		<pubDate>Thu, 20 Dec 2012 19:00:57 +0000</pubDate>
				<category><![CDATA[Terminal]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.8]]></category>
		<guid isPermaLink="false">http://www.defaults-write.com/?p=977</guid>

					<description><![CDATA[<p>By default, mouse focus for Terminal is determined by clicking on the desired window, but it is often more convenient to have the focus automatically follow the mouse to any Terminal window. defaults write com.apple.terminal FocusFollowsMouse -string true To make the command take effect, you need to restart Terminal. Revert to the default setting, change ... <a title="OS X Terminal: Activate focus follow" class="read-more" href="https://www.defaults-write.com/os-x-terminal-activate-focus-follow/" aria-label="Read more about OS X Terminal: Activate focus follow">Read more</a></p>
<p>The post <a href="https://www.defaults-write.com/os-x-terminal-activate-focus-follow/">OS X Terminal: Activate focus follow</a> appeared first on <a href="https://www.defaults-write.com">defaults-write.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>By default, mouse focus for Terminal is determined by clicking on the desired window, but it is often more convenient to have the focus automatically follow the mouse to any Terminal window. <span id="more-977"></span></p>
<pre lang="bash">defaults write com.apple.terminal FocusFollowsMouse -string true</pre>
<p>To make the command take effect, you need to restart Terminal.</p>
<p>Revert to the default setting, change boolean in false</p>
<pre lang="bash">defaults write com.apple.terminal FocusFollowsMouse -string false</pre>
<p>The post <a href="https://www.defaults-write.com/os-x-terminal-activate-focus-follow/">OS X Terminal: Activate focus follow</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-terminal-activate-focus-follow/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">977</post-id>	</item>
	</channel>
</rss>
