mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: lack of whkd flag in enable-autostart
#286
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.