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
+24 -2
View File
@@ -526,6 +526,8 @@
<li class="md-nav__item md-nav__item--nested">
@@ -594,6 +596,26 @@
<li class="md-nav__item">
<a href="troubleshooting.html" class="md-nav__link">
<span class="md-ellipsis">
Troubleshooting
</span>
</a>
</li>
</ul>
</nav>
@@ -4108,9 +4130,9 @@ messages it receives on a dedicated socket.</p>
<a href="https://github.com/LGUG2Z/whkd">whkd</a>) is needed in order to translate keyboard and mouse events to <em>komorebic</em> commands.</p>
<p>This architecture, popularised by <a href="https://github.com/baskerville/bspwm"><em>bspwm</em></a> on Linux and
<a href="https://github.com/koekeishiya/yabai"><em>yabai</em></a> on macOS, is outlined as follows:</p>
<pre><code> PROCESS SOCKET
<div class="highlight"><pre><span></span><code> PROCESS SOCKET
whkd/ahk --------&gt; komorebic &lt;------&gt; komorebi
</code></pre>
</code></pre></div>
<h2 id="data-model">Data Model</h2>
<p><em>komorebi</em> holds a list of physical monitors.</p>
<p>A monitor is just a rectangle of the available work area which contains one or more virtual workspaces.</p>