mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
Feature request: Move all komorebi files in $HOME to $HOME/.komorebi/ #53
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @da-rth on GitHub (Oct 29, 2021).
Originally assigned to: @LGUG2Z on GitHub.
Currently, komorebi stores its user and auto-generated
.sock,.jsonand.ahkfiles directly in the users home directory, however, this can get a bit cluttered - especially if these files aren't set to 'hidden' on the windows file system.I would like to instead request that all komorebi files should be stored in and read from the directory
$HOME/.komorebie.g.C:/Users/denBot/.komorebi/komorebi.ahkSome logic of the requested feature may include:
If the directory does not exist on start-up, komorebi could automatically create it and generate some default configuration files within the directory.
If anyone has updated from a previous version of komorebi and their config files are still in
$HOME, komorebi can check for this and attempt to load the configuration files before attempting to create the.komorebidirectory..komorebidirectory needs to be created. If the user chooses, they can manually move their configuration files into a user-created.komorebifolder in $HOME.$HOME/.komorebi@LGUG2Z commented on GitHub (Jan 28, 2022):
@denBot The directory for komorebi files can now be set explicitly by the user with
$Env:KOMOREBI_CONFIG_HOMEin the PowerShell rc file. 🎉@sitiom commented on GitHub (Jul 23, 2022):
@LGUG2Z I think that is not enough. By default, komorebi should not clutter the $HOME directory at all and use
~/.config/komorebiinstead.KOMOREBI_CONFIG_HOMEis provided as a second choice by the user.