[BUG]: komorebic check doesn't check WHKD_CONFIG_HOME env variable #287

Closed
opened 2026-01-05 14:49:30 +01:00 by adam · 2 comments
Owner

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
adam closed this issue 2026-01-05 14:49:30 +01:00
Author
Owner

@LGUG2Z commented on GitHub (Feb 8, 2024):

I think we can sneak this in before the next release

@LGUG2Z commented on GitHub (Feb 8, 2024): I think we can sneak this in before the next release
Author
Owner

@LGUG2Z commented on GitHub (Feb 14, 2024):

Implemented on this video https://www.youtube.com/watch?v=XBOuvuFL9RE

@LGUG2Z commented on GitHub (Feb 14, 2024): Implemented on this video https://www.youtube.com/watch?v=XBOuvuFL9RE
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#287