Deployed 62900c5 with MkDocs version: 1.5.2

This commit is contained in:
LGUG2Z
2024-04-30 14:59:28 -07:00
parent db94684aae
commit 9c47f19b6d
157 changed files with 15120 additions and 28 deletions

View File

@@ -1183,6 +1183,10 @@
@@ -1361,6 +1365,26 @@
<li class="md-nav__item">
<a href="../cli/global-state.html" class="md-nav__link">
<span class="md-ellipsis">
global-state
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../cli/visible-windows.html" class="md-nav__link">
@@ -2041,6 +2065,26 @@
<li class="md-nav__item">
<a href="../cli/move-to-monitor-workspace.html" class="md-nav__link">
<span class="md-ellipsis">
move-to-monitor-workspace
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../cli/focus-monitor.html" class="md-nav__link">
@@ -3989,9 +4033,6 @@ hotkey bindings.</p>
<pre><code class="language-powershell"># save the latest generated komorebic library to ~/komorebic.lib.ahk
iwr https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.20/komorebic.lib.ahk -OutFile $Env:USERPROFILE\komorebic.lib.ahk
# save the latest generated app-specific config tweaks and fixes to ~/komorebi.generated.ahk
iwr https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.20/komorebi.generated.ahk -OutFile $Env:USERPROFILE\komorebi.generated.ahk
# save the sample komorebi configuration file to ~/komorebi.ahk
iwr https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.20/komorebi.sample.ahk -OutFile $Env:USERPROFILE\komorebi.ahk
</code></pre>