mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-15 22:13:22 +01:00
Compare commits
2 Commits
v0.1.24
...
docs/v0.1.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3c12092cc | ||
|
|
5438640ddc |
@@ -34,7 +34,5 @@ windows managed by `komorebi`.
|
||||
This feature is not considered stable and you may encounter visual artifacts
|
||||
from time to time.
|
||||
|
||||
<!-- TODO: Record a new video -->
|
||||
|
||||
[](https://www.youtube.com/watch?v=ywiAvoMV_gE)
|
||||
video](https://img.youtube.com/vi/7_9D22t7KK4/hqdefault.jpg)](https://www.youtube.com/watch?v=7_9D22t7KK4)
|
||||
|
||||
@@ -25,3 +25,6 @@ If you already have configuration files that you wish to keep, move them to the
|
||||
|
||||
The next time you run `komorebic start`, any files created by or loaded by
|
||||
_komorebi_ will be placed or expected to exist in this folder.
|
||||
|
||||
[](https://www.youtube.com/watch?v=C_KWUqQ6kko)
|
||||
|
||||
@@ -12,6 +12,6 @@ file.
|
||||
}
|
||||
```
|
||||
|
||||
<!-- TODO: Record a new video -->
|
||||
A restart of `komorebi` is required after changing these settings.
|
||||
|
||||
[](https://www.youtube.com/watch?v=eGr07mymgWE)
|
||||
[](https://www.youtube.com/watch?v=6QYLao953XE)
|
||||
|
||||
@@ -44,6 +44,15 @@ running the following command in an Administrator Terminal before installing
|
||||
Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1
|
||||
```
|
||||
|
||||
## Local data directory
|
||||
|
||||
If you are installing `komorebi` for the first time on a new machine, create a
|
||||
dedicated folder for `komorebi` in `$Env:LOCALAPPDATA`.
|
||||
|
||||
```powershell
|
||||
mkdir "$Env:LOCALAPPDATA\komorebi" -ea 0
|
||||
```
|
||||
|
||||
## Scoop
|
||||
|
||||
Make sure you have installed [`scoop`](https://scoop.sh) and verified that
|
||||
|
||||
Reference in New Issue
Block a user