Deployed bea3d1f with MkDocs version: 1.5.2

This commit is contained in:
LGUG2Z
2024-04-07 14:18:02 -07:00
parent f50d79448c
commit 98ff7f6be6
156 changed files with 3826 additions and 7807 deletions

View File

@@ -747,6 +747,8 @@
@@ -823,6 +825,26 @@
<li class="md-nav__item">
<a href="common-workflows/stackbar.html" class="md-nav__link">
<span class="md-ellipsis">
Stackbar
</span>
</a>
</li>
<li class="md-nav__item">
<a href="common-workflows/remove-gaps.html" class="md-nav__link">
@@ -1033,7 +1055,7 @@
<span class="md-ellipsis">
v0.1.22
V0 1 22
</span>
@@ -1344,8 +1366,6 @@
@@ -3682,26 +3702,6 @@
<li class="md-nav__item">
<a href="cli/identify-border-overflow-application.html" class="md-nav__link">
<span class="md-ellipsis">
identify-border-overflow-application
</span>
</a>
</li>
<li class="md-nav__item">
<a href="cli/active-window-border.html" class="md-nav__link">
@@ -4318,7 +4318,7 @@ the example files have been downloaded. For most new users this will be in the
five preconfigured workspaces on the primary monitor each with a different
layout.</p>
<pre><code class="language-json">{
&quot;$schema&quot;: &quot;https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.22/schema.json&quot;,
&quot;$schema&quot;: &quot;https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.23/schema.json&quot;,
&quot;app_specific_configuration_path&quot;: &quot;$Env:USERPROFILE/applications.yaml&quot;,
&quot;window_hiding_behaviour&quot;: &quot;Cloak&quot;,
&quot;cross_monitor_move_behaviour&quot;: &quot;Insert&quot;,
@@ -4335,11 +4335,26 @@ layout.</p>
&quot;monitors&quot;: [
{
&quot;workspaces&quot;: [
{ &quot;name&quot;: &quot;I&quot;, &quot;layout&quot;: &quot;BSP&quot; },
{ &quot;name&quot;: &quot;II&quot;, &quot;layout&quot;: &quot;VerticalStack&quot; },
{ &quot;name&quot;: &quot;III&quot;, &quot;layout&quot;: &quot;HorizontalStack&quot; },
{ &quot;name&quot;: &quot;IV&quot;, &quot;layout&quot;: &quot;UltrawideVerticalStack&quot; },
{ &quot;name&quot;: &quot;V&quot;, &quot;layout&quot;: &quot;Rows&quot; }
{
&quot;name&quot;: &quot;I&quot;,
&quot;layout&quot;: &quot;BSP&quot;
},
{
&quot;name&quot;: &quot;II&quot;,
&quot;layout&quot;: &quot;VerticalStack&quot;
},
{
&quot;name&quot;: &quot;III&quot;,
&quot;layout&quot;: &quot;HorizontalStack&quot;
},
{
&quot;name&quot;: &quot;IV&quot;,
&quot;layout&quot;: &quot;UltrawideVerticalStack&quot;
},
{
&quot;name&quot;: &quot;V&quot;,
&quot;layout&quot;: &quot;Rows&quot;
}
]
}
]