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

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>
@@ -4035,19 +4057,19 @@
<h1 id="start">start</h1>
<pre><code>Start komorebi.exe as a background process
<div class="highlight"><pre><span></span><code>Start komorebi.exe as a background process
Usage: komorebic.exe start [OPTIONS]
Options:
-f, --ffm
Allow the use of komorebi's custom focus-follows-mouse implementation
Allow the use of komorebi&#39;s custom focus-follows-mouse implementation
-c, --config &lt;CONFIG&gt;
Path to a static configuration JSON file
-a, --await-configuration
Wait for 'komorebic complete-configuration' to be sent before processing events
Wait for &#39;komorebic complete-configuration&#39; to be sent before processing events
-t, --tcp-port &lt;TCP_PORT&gt;
Start a TCP server on the given port to allow the direct sending of SocketMessages
@@ -4060,8 +4082,7 @@ Options:
-h, --help
Print help
</code></pre>
</code></pre></div>