Skip to content

Commit

Permalink
Deployed dca5ad3 with MkDocs version: 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed May 23, 2024
1 parent 0124c96 commit c54015c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,13 @@
</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#uninstallation" class="md-nav__link">
Uninstallation
</a>

</li>

</ul>
Expand Down Expand Up @@ -4311,6 +4318,13 @@
</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#uninstallation" class="md-nav__link">
Uninstallation
</a>

</li>

</ul>
Expand Down Expand Up @@ -4434,6 +4448,18 @@ <h3 id="offline">Offline</h3>
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>
<h2 id="uninstallation">Uninstallation</h2>
<p>Before uninstalling, first run <code>komorebic stop --whkd</code> to make sure that both
the <code>komorebi</code> and <code>whkd</code> processes have been stopped.</p>
<p>Then, depending on whether you installed with Scoop or WinGet, run <code>scoop
uninstall komorebi whkd</code> or <code>winget uninstall LGUG2Z.komorebi LGUG2Z.whkd</code>.</p>
<p>Finally, you can run the following commands in a PowerShell prompt to clean up
files created by the <code>quickstart</code> command and any other runtime files:</p>
<div class="highlight"><pre><span></span><code><span class="nb">rm </span><span class="nv">$Env:USERPROFILE</span><span class="p">\</span><span class="n">komorebi</span><span class="p">.</span><span class="n">json</span>
<span class="nb">rm </span><span class="nv">$Env:USERPROFILE</span><span class="p">\</span><span class="n">applications</span><span class="p">.</span><span class="n">json</span>
<span class="nb">rm </span><span class="nv">$Env:USERPROFILE</span><span class="p">\.</span><span class="n">config</span><span class="p">\</span><span class="n">whkdrc</span>
<span class="nb">rm </span><span class="n">-r</span> <span class="n">-Force</span> <span class="nv">$Env:LOCALAPPDATA</span><span class="p">\</span><span class="n">komorebi</span>
</code></pre></div>



Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit c54015c

Please sign in to comment.