mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-05-11 05:09:45 +02:00
Deployed 5438640 with MkDocs version: 1.5.2
This commit is contained in:
@@ -3869,10 +3869,8 @@ file.</p>
|
||||
windows managed by <code>komorebi</code>.</p>
|
||||
<p>This feature is not considered stable and you may encounter visual artifacts
|
||||
from time to time.</p>
|
||||
<!-- TODO: Record a new video -->
|
||||
|
||||
<p><a href="https://www.youtube.com/watch?v=ywiAvoMV_gE"><img alt="Watch the tutorial
|
||||
video" src="https://img.youtube.com/vi/ywiAvoMV_gE/hqdefault.jpg" /></a></p>
|
||||
<p><a href="https://www.youtube.com/watch?v=7_9D22t7KK4"><img alt="Watch the tutorial
|
||||
video" src="https://img.youtube.com/vi/7_9D22t7KK4/hqdefault.jpg" /></a></p>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -3860,6 +3860,8 @@ $Env:KOMOREBI_CONFIG_HOME = 'C:\Users\LGUG2Z\.config\komorebi'
|
||||
<code>~/.config/komorebi</code> directory.</p>
|
||||
<p>The next time you run <code>komorebic start</code>, any files created by or loaded by
|
||||
<em>komorebi</em> will be placed or expected to exist in this folder.</p>
|
||||
<p><a href="https://www.youtube.com/watch?v=C_KWUqQ6kko"><img alt="Watch the tutorial
|
||||
video" src="https://img.youtube.com/vi/C_KWUqQ6kko/hqdefault.jpg" /></a></p>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -3849,9 +3849,8 @@ file.</p>
|
||||
"default_container_padding": 0
|
||||
}
|
||||
</code></pre>
|
||||
<!-- TODO: Record a new video -->
|
||||
|
||||
<p><a href="https://www.youtube.com/watch?v=eGr07mymgWE"><img alt="Watch the tutorial video" src="https://img.youtube.com/vi/eGr07mymgWE/hqdefault.jpg" /></a></p>
|
||||
<p>A restart of <code>komorebi</code> is required after changing these settings.</p>
|
||||
<p><a href="https://www.youtube.com/watch?v=6QYLao953XE"><img alt="Watch the tutorial video" src="https://img.youtube.com/vi/6QYLao953XE/hqdefault.jpg" /></a></p>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -545,13 +545,6 @@
|
||||
Long path support
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#local-data-directory" class="md-nav__link">
|
||||
Local data directory
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -3926,13 +3919,6 @@
|
||||
Long path support
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#local-data-directory" class="md-nav__link">
|
||||
Local data directory
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -4048,11 +4034,6 @@ running the following command in an Administrator Terminal before installing
|
||||
<code>komorebi</code>.</p>
|
||||
<pre><code class="language-powershell">Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1
|
||||
</code></pre>
|
||||
<h2 id="local-data-directory">Local data directory</h2>
|
||||
<p>If you are installing <code>komorebi</code> for the first time on a new machine, create a
|
||||
dedicated folder for <code>komorebi</code> in <code>$Env:LOCALAPPDATA</code>.</p>
|
||||
<pre><code class="language-powershell">mkdir "$Env:LOCALAPPDATA\komorebi" -ea 0
|
||||
</code></pre>
|
||||
<h2 id="scoop">Scoop</h2>
|
||||
<p>Make sure you have installed <a href="https://scoop.sh"><code>scoop</code></a> and verified that
|
||||
installed binaries are available in your <code>$PATH</code> before proceeding.</p>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user