mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-05-21 11:17:06 +02:00
Deployed 1accbf6 with MkDocs version: 1.5.2
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
|
||||
<link rel="prev" href="../example-configurations.html">
|
||||
<link rel="prev" href="../troubleshooting.html">
|
||||
|
||||
|
||||
<link rel="next" href="active-window-border.html">
|
||||
@@ -472,6 +472,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item md-nav__item--nested">
|
||||
@@ -540,6 +542,26 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../troubleshooting.html" class="md-nav__link">
|
||||
|
||||
|
||||
<span class="md-ellipsis">
|
||||
Troubleshooting
|
||||
</span>
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
@@ -4039,18 +4061,18 @@
|
||||
directory, you can specify a custom directory by setting the
|
||||
<code>$Env:KOMOREBI_CONFIG_HOME</code> environment variable.</p>
|
||||
<p>For example, to use the <code>~/.config/komorebi</code> directory:</p>
|
||||
<pre><code class="language-powershell"># Run this command to make sure that the directory has been created
|
||||
mkdir -p ~/.config/komorebi
|
||||
<div class="highlight"><pre><span></span><code><span class="c"># Run this command to make sure that the directory has been created</span>
|
||||
<span class="n">mkdir</span> <span class="n">-p</span> <span class="p">~/.</span><span class="n">config</span><span class="p">/</span><span class="n">komorebi</span>
|
||||
|
||||
# Run this command to open up your PowerShell profile configuration in Notepad
|
||||
notepad $PROFILE
|
||||
<span class="c"># Run this command to open up your PowerShell profile configuration in Notepad</span>
|
||||
<span class="n">notepad</span> <span class="nv">$PROFILE</span>
|
||||
|
||||
# Add this line (with your login user!) to the bottom of your PowerShell profile configuration
|
||||
$Env:KOMOREBI_CONFIG_HOME = 'C:\Users\LGUG2Z\.config\komorebi'
|
||||
<span class="c"># Add this line (with your login user!) to the bottom of your PowerShell profile configuration</span>
|
||||
<span class="nv">$Env:KOMOREBI_CONFIG_HOME</span> <span class="p">=</span> <span class="s1">'C:\Users\LGUG2Z\.config\komorebi'</span>
|
||||
|
||||
# Save the changes and then reload the PowerShell profile
|
||||
. $PROFILE
|
||||
</code></pre>
|
||||
<span class="c"># Save the changes and then reload the PowerShell profile</span>
|
||||
<span class="p">.</span> <span class="nv">$PROFILE</span>
|
||||
</code></pre></div>
|
||||
<p>If you already have configuration files that you wish to keep, move them to the
|
||||
<code>~/.config/komorebi</code> directory.</p>
|
||||
<p>The next time you run <code>komorebic start</code>, any files created by or loaded by
|
||||
@@ -4086,7 +4108,7 @@ video" src="https://img.youtube.com/vi/C_KWUqQ6kko/hqdefault.jpg" /></a></p>
|
||||
<nav class="md-footer__inner md-grid" aria-label="Footer" >
|
||||
|
||||
|
||||
<a href="../example-configurations.html" class="md-footer__link md-footer__link--prev" aria-label="Previous: Example configurations" rel="prev">
|
||||
<a href="../troubleshooting.html" class="md-footer__link md-footer__link--prev" aria-label="Previous: Troubleshooting" rel="prev">
|
||||
<div class="md-footer__button md-icon">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12Z"/></svg>
|
||||
@@ -4096,7 +4118,7 @@ video" src="https://img.youtube.com/vi/C_KWUqQ6kko/hqdefault.jpg" /></a></p>
|
||||
Previous
|
||||
</span>
|
||||
<div class="md-ellipsis">
|
||||
Example configurations
|
||||
Troubleshooting
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user