Deployed 7c39d63 with MkDocs version: 1.5.2

This commit is contained in:
LGUG2Z
2024-01-13 21:56:38 -08:00
parent 871e7bef1a
commit ca8b14c2e2

View File

@@ -491,20 +491,6 @@
Building from source
</a>
</li>
<li class="md-nav__item">
<a href="#example-configurations" class="md-nav__link">
Example configurations
</a>
</li>
<li class="md-nav__item">
<a href="#starting-the-window-manager" class="md-nav__link">
Starting the window manager
</a>
</li>
</ul>
@@ -628,20 +614,6 @@
Building from source
</a>
</li>
<li class="md-nav__item">
<a href="#example-configurations" class="md-nav__link">
Example configurations
</a>
</li>
<li class="md-nav__item">
<a href="#starting-the-window-manager" class="md-nav__link">
Starting the window manager
</a>
</li>
</ul>
@@ -753,21 +725,6 @@ 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>
<h2 id="example-configurations">Example configurations</h2>
<p>Run the following command to download example configuration files for
<code>komorebi</code> and <code>whkd</code>. Pay attention to the output of the command to see where
the example files have been downloaded. For most new users this will be in the
<code>$Env:USERPROFILE</code> folder.</p>
<pre><code class="language-powershell">komorebic quickstart
</code></pre>
<h2 id="starting-the-window-manager">Starting the window manager</h2>
<p>Run the following command to start <code>komorebi</code> and <code>whkd</code> with the example
configurations.</p>
<p>It is important that you run this command for the first time without
making any modifications to the example configurations to validate that
you have a working installation of both <code>komorebi</code> and <code>whkd</code>.</p>
<pre><code class="language-powershell">komorebic start --whkd
</code></pre>