Originally created by @azinsharaf on GitHub (Jan 25, 2024).
Originally assigned to: @LGUG2Z on GitHub.
Describe the bug komorebic 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
Originally created by @azinsharaf on GitHub (Jan 25, 2024).
Originally assigned to: @LGUG2Z on GitHub.
**Describe the bug**
`komorebic 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
```
adam
added the bug label 2026-01-05 14:49:30 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @azinsharaf on GitHub (Jan 25, 2024).
Originally assigned to: @LGUG2Z on GitHub.
Describe the bug
komorebic checkneeds to checkWHKD_CONFIG_HOMEenv variable therefore if it exists, the command shouldn't show:No ~/.config/whkdrc found; you may not be able to control komorebi with your keyboardTo Reproduce
@LGUG2Z commented on GitHub (Feb 8, 2024):
I think we can sneak this in before the next release
@LGUG2Z commented on GitHub (Feb 14, 2024):
Implemented on this video https://www.youtube.com/watch?v=XBOuvuFL9RE