LGUG2Z / komorebi

A tiling window manager for Windows 🍉
https://lgug2z.github.io/komorebi/
Other
9.59k stars 198 forks source link

[BUG]: lack of `whkd` flag in `enable-autostart` #648

Closed azinsharaf closed 9 months ago

azinsharaf commented 10 months ago

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
LGUG2Z commented 9 months ago

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.