mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-05-12 13:49:48 +02:00
Deployed 62900c5 with MkDocs version: 1.5.2
This commit is contained in:
@@ -634,6 +634,19 @@
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#rightmainverticalstack" class="md-nav__link">
|
||||
RightMainVerticalStack
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="RightMainVerticalStack">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#horizontal-stack" class="md-nav__link">
|
||||
Horizontal Stack
|
||||
@@ -1364,6 +1377,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1542,6 +1559,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">
|
||||
|
||||
@@ -2222,6 +2259,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">
|
||||
|
||||
@@ -4193,6 +4250,19 @@
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#rightmainverticalstack" class="md-nav__link">
|
||||
RightMainVerticalStack
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="RightMainVerticalStack">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#horizontal-stack" class="md-nav__link">
|
||||
Horizontal Stack
|
||||
@@ -4318,13 +4388,13 @@ 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">{
|
||||
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.24/schema.json",
|
||||
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.25/schema.json",
|
||||
"app_specific_configuration_path": "$Env:USERPROFILE/applications.yaml",
|
||||
"window_hiding_behaviour": "Cloak",
|
||||
"cross_monitor_move_behaviour": "Insert",
|
||||
"default_workspace_padding": 20,
|
||||
"default_container_padding": 20,
|
||||
"border_padding": 8,
|
||||
"border_width": 8,
|
||||
"border_offset": -1,
|
||||
"active_window_border": false,
|
||||
"active_window_border_colours": {
|
||||
@@ -4332,6 +4402,16 @@ layout.</p>
|
||||
"stack": "#00a542",
|
||||
"monocle": "#ff3399"
|
||||
},
|
||||
"stackbar": {
|
||||
"height": 40,
|
||||
"mode": "Never",
|
||||
"tabs": {
|
||||
"width": 300,
|
||||
"focused_text": "#00a542",
|
||||
"unfocused_text": "#b3b3b3",
|
||||
"background": "#141414"
|
||||
}
|
||||
},
|
||||
"monitors": [
|
||||
{
|
||||
"workspaces": [
|
||||
@@ -4354,6 +4434,14 @@ layout.</p>
|
||||
{
|
||||
"name": "V",
|
||||
"layout": "Rows"
|
||||
},
|
||||
{
|
||||
"name": "VI",
|
||||
"layout": "Grid"
|
||||
},
|
||||
{
|
||||
"name": "VII",
|
||||
"layout": "RightMainVerticalStack"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -4410,6 +4498,13 @@ monocle.</p>
|
||||
| | |
|
||||
+-------+-----+
|
||||
</code></pre>
|
||||
<h3 id="rightmainverticalstack">RightMainVerticalStack</h3>
|
||||
<pre><code>+-----+-------+
|
||||
| | |
|
||||
+-----+ |
|
||||
| | |
|
||||
+-----+-------+
|
||||
</code></pre>
|
||||
<h4 id="horizontal-stack">Horizontal Stack</h4>
|
||||
<pre><code>+------+------+
|
||||
| |
|
||||
@@ -4535,7 +4630,8 @@ which shell you use in your terminal.</p>
|
||||
installed with Windows 10+ (the executable file for this is <code>powershell.exe</code>)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>pwsh</code> - set this if you are using PowerShell 7+, which you have installed yourself either through the Windows Store or WinGet (the executable file for this is <code>pwsh.exe</code>)</p>
|
||||
<p><code>pwsh</code> - set this if you are using PowerShell 7+, which you have installed yourself either through the Windows Store
|
||||
or WinGet (the executable file for this is <code>pwsh.exe</code>)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>cmd</code> - set this if you don't want to use PowerShell at all and instead you
|
||||
|
||||
Reference in New Issue
Block a user