Deployed bea3d1f with MkDocs version: 1.5.2

This commit is contained in:
LGUG2Z
2024-04-07 14:18:02 -07:00
parent f50d79448c
commit 98ff7f6be6
156 changed files with 3826 additions and 7807 deletions

View File

@@ -612,6 +612,19 @@
Building from source
</a>
<nav class="md-nav" aria-label="Building from source">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#offline" class="md-nav__link">
Offline
</a>
</li>
</ul>
</nav>
</li>
</ul>
@@ -675,6 +688,8 @@
@@ -751,6 +766,26 @@
<li class="md-nav__item">
<a href="common-workflows/stackbar.html" class="md-nav__link">
<span class="md-ellipsis">
Stackbar
</span>
</a>
</li>
<li class="md-nav__item">
<a href="common-workflows/remove-gaps.html" class="md-nav__link">
@@ -961,7 +996,7 @@
<span class="md-ellipsis">
v0.1.22
V0 1 22
</span>
@@ -1272,8 +1307,6 @@
@@ -3610,26 +3643,6 @@
<li class="md-nav__item">
<a href="cli/identify-border-overflow-application.html" class="md-nav__link">
<span class="md-ellipsis">
identify-border-overflow-application
</span>
</a>
</li>
<li class="md-nav__item">
<a href="cli/active-window-border.html" class="md-nav__link">
@@ -4117,6 +4130,19 @@
Building from source
</a>
<nav class="md-nav" aria-label="Building from source">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#offline" class="md-nav__link">
Offline
</a>
</li>
</ul>
</nav>
</li>
</ul>
@@ -4178,6 +4204,7 @@ it from <a href="https://github.com/LGUG2Z/komorebi">source</a> if you would pre
<li><a href="#scoop">Scoop</a></li>
<li><a href="#winget">WinGet</a></li>
<li><a href="#building-from-source">Building from source</a></li>
<li><a href="#offline">Offline</a></li>
</ul>
<h2 id="long-path-support">Long path support</h2>
<p>It highly recommended that you enable support for long paths in Windows by
@@ -4228,6 +4255,12 @@ cargo +stable install --path komorebic-no-console --locked
</code></pre>
<p>If the binaries have been built and added to your <code>$PATH</code> correctly, you should
see some output when running <code>komorebi --help</code> and <code>komorebic --help</code></p>
<h3 id="offline">Offline</h3>
<p>Download the latest <a href="https://github.com/LGUG2Z/komorebi/releases">komorebi</a>
and <a href="https://github.com/LGUG2Z/whkd/releases">whkd</a> MSI installers on an internet-connected computer, then copy them to
an offline machine to install.</p>
<p>Once installed, proceed to get the <a href="example-configurations.html">example configurations</a> (none of the commands for
first-time set up and running komorebi require an internet connection).</p>