Deployed 1accbf6 with MkDocs version: 1.5.2

This commit is contained in:
LGUG2Z
2024-05-10 14:39:51 -07:00
parent bed468623b
commit 8ca13170f7
157 changed files with 8310 additions and 687 deletions
+26 -4
View File
@@ -472,6 +472,8 @@
<li class="md-nav__item md-nav__item--nested">
@@ -540,6 +542,26 @@
<li class="md-nav__item">
<a href="../troubleshooting.html" class="md-nav__link">
<span class="md-ellipsis">
Troubleshooting
</span>
</a>
</li>
</ul>
</nav>
@@ -4038,10 +4060,10 @@
<p>By default, the mouse will move to the center of the window when the focus is
changed in a given direction. This behaviour is know as 'mouse follows focus'.
This behaviour can be disabled in the <code>komorebi.json</code> configuration file.</p>
<pre><code class="language-json">{
&quot;mouse_follows_focus&quot;: false,
}
</code></pre>
<div class="highlight"><pre><span></span><code><span class="p">{</span>
<span class="w"> </span><span class="nt">&quot;mouse_follows_focus&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span>
<span class="p">}</span>
</code></pre></div>
<!-- TODO: Record a new video -->
<p><a href="https://www.youtube.com/watch?v=LBoyXQiNINc"><img alt="Watch the tutorial video" src="https://img.youtube.com/vi/LBoyXQiNINc/hqdefault.jpg" /></a></p>