Describe the bugkomorebic check needs to check WHKD_CONFIG_HOME env variable therefore if it exists, the command shouldn't show:
No ~/.config/whkdrc found; you may not be able to control komorebi with your keyboard
To Reproduce
❯ echo $Env:WHKD_CONFIG_HOME
C:\Users\asharaf\.config\whkd
❯ ls $Env:WHKD_CONFIG_HOME
Directory: C:\Users\asharaf\.config\whkd
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a--- 1/24/2024 3:53 PM 3352 whkdrc
❯ komorebic check
KOMOREBI_CONFIG_HOME detected: C:\Users\asharaf\.config\komorebi
Looking for configuration files in C:\Users\asharaf\.config\komorebi
Found komorebi.json; this file can be passed to the start command with the --config flag
No ~/.config/whkdrc found; you may not be able to control komorebi with your keyboard
Describe the bug
komorebic check
needs to checkWHKD_CONFIG_HOME
env variable therefore if it exists, the command shouldn't show:No ~/.config/whkdrc found; you may not be able to control komorebi with your keyboard
To Reproduce