mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: AHK config is not autoloaded if static config is passed #240
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 @sitiom on GitHub (Sep 7, 2023).
Describe the bug
From the readme:
However, when trying this out,
komorebi.ahkdoesn't get loaded when I pass the static config file.To Reproduce
Steps to reproduce the behavior:
komorebi.json)komorebi.ahk)komorebic start -c komorebi.jsonExpected behavior
The AHK config gets loaded alongside the static config, similar to how it works with
whkd.Operating System
komorebic checkOutput@LGUG2Z commented on GitHub (Sep 7, 2023):
I think this is going to be a new feature:
We should have an
--ahkflag similar to the--whkdflag which tries to load the configuration. Hopefully I can find some time to look at this during September. 👌@LGUG2Z commented on GitHub (Sep 7, 2023):
I think we should also clarify in the
starthelp docs that--whkdand the future--ahkare only meaningful when used with--config@LGUG2Z commented on GitHub (Sep 7, 2023):
Also since there have historically been path lookup issues, this might be a good opportunity to also introduce something like
--ahk-with-configwhere the user can specify the file they want to load; this should help with portability as well.