Originally created by @azinsharaf on GitHub (Jan 25, 2024).
Describe the bug
running komorebic enable-autostart doesn't add --whkd flag to the shortcut.
I know whkd is a separate installation but i assume everybody using it with komorebi so adding the flag is handy.
To Reproduce
Steps to reproduce the behavior:
run komorebic enable-autostart
check the properties of komorebic shortcut in shell:startup folder.
Expected behavior --whkd at the end is missing.
Operating System
Win 11 Pro
komorebic check Output
Provide the output of komorebic check
❯ 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).
**Describe the bug**
running `komorebic enable-autostart` doesn't add `--whkd` flag to the shortcut.
I know `whkd` is a separate installation but i assume everybody using it with `komorebi` so adding the flag is handy.
**To Reproduce**
Steps to reproduce the behavior:
run `komorebic enable-autostart`
check the properties of komorebic shortcut in `shell:startup` folder.
**Expected behavior**
`--whkd` at the end is missing.
**Operating System**
Win 11 Pro
**`komorebic check` Output**
Provide the output of `komorebic check`
```
❯ 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
The --whkd flag has to be passed explicitly to the enable-autostart command; this will be added as the main example of how to use this command in the getting started part of the new docs website.
@LGUG2Z commented on GitHub (Feb 8, 2024):
https://lgug2z.github.io/komorebi/cli/enable-autostart.html
The `--whkd` flag has to be passed explicitly to the `enable-autostart` command; this will be added as the main example of how to use this command in the getting started part of the new docs website.
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).
Describe the bug
running
komorebic enable-autostartdoesn't add--whkdflag to the shortcut.I know
whkdis a separate installation but i assume everybody using it withkomorebiso adding the flag is handy.To Reproduce
Steps to reproduce the behavior:
run
komorebic enable-autostartcheck the properties of komorebic shortcut in
shell:startupfolder.Expected behavior
--whkdat the end is missing.Operating System
Win 11 Pro
komorebic checkOutputProvide the output of
komorebic check@LGUG2Z commented on GitHub (Feb 8, 2024):
https://lgug2z.github.io/komorebi/cli/enable-autostart.html
The
--whkdflag has to be passed explicitly to theenable-autostartcommand; this will be added as the main example of how to use this command in the getting started part of the new docs website.