mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
No komorebi configuration found #277
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 @goyalyashpal on GitHub (Jan 6, 2024).
hey @ LGUG2Z ! i am also a new user to komorebi coming here after failed try with dwm-win32 port.
i have been looking for almost 100 minutes, and still couldn't find how to enable hotkeys.
on looking further with
komorebic check(thannks a lot for check subcommand 😃), i found that it says "no config found" which is confusing as i have done the equivalent of all the steps given in the readme.i have done:
komorebi&whkdPATH, and added theKOMOREBI_CONFIG_HOMEenv variableapplications.yaml komorebi.json whkdrcfiles to that directory configured abovei am using msys2, not wsl or anything like that. so, the issue is not related to it.
i.e. equivalent of as mentioned at:
(click me)f9c69e51aa/README.md (L237-L240)f9c69e51aa/README.md (L277-L280)f9c69e51aa/README.md (L163)f9c69e51aa/README.md (L191-L201)f9c69e51aa/README.md (L357-L360)Versions and environment:
@azinsharaf commented on GitHub (Jan 6, 2024):
whkd has its own config home environment variable. WHKD_CONFIG_HOME
@azinsharaf commented on GitHub (Jan 6, 2024):
do you start komorebi and whkd like this?
komorebic start -c "<komorebi.json file path goes here>" --whkd
@goyalyashpal commented on GitHub (Jan 6, 2024):
hi! no.
komorebic startas supplying the path options works only for current session, andkomorebic checkfailing would still prevail, i.e.so, i need to set that up and point it to same as
KOMOREBI_CONFIG_HOME?@goyalyashpal commented on GitHub (Jan 6, 2024):
so,
-coption makes 'komorebi.exe' unable to start.--whkd, it starts okay.@azinsharaf commented on GitHub (Jan 6, 2024):
do you mind sharing your json file?
@goyalyashpal commented on GitHub (Jan 7, 2024):
hi! yeah, i have attached it below.
f9c69e51aa/README.md (L200-L201)but rerading the above example , i actually think u were right before regaring this:
in the sense that,
maybe(edit: yes) the default place where whkd looks for its config is~/.config/whkdrcand so above works out.edit2: even after setting up the
WHKD_CONFIG_HOMEto%KOMOREBI_CONFIG_HOME%(as thewhkdrcis located in same dir) it didn't work; and lack ofwhkd checkdidn't helpFile: komorebi.jsonit basically came as follows:
@azinsharaf commented on GitHub (Jan 7, 2024):
can you remove the commented out line in json file and try it again? If i am right json can't include lines commented out. not sure 100%.
just for testing can you hardcode the full path in
WHKD_CONFIG_HOMEinstead of%KOMOREBI_CONFIG_HOME%?@goyalyashpal commented on GitHub (Jan 9, 2024):
hi! i have got exams. so, wont be able to attach ay things for a month. however sharing my foundings from 2 days ago:
it seems that evon on starting with
komorebic startthe hotkeys are working... its just that it was placing current active window on left, and i was trying withA-S-hwhich was not doing anything.I was doing that as i was used to expecting it to cycle back as it does in dwm-win32 port. i found that this was erronoeus when i started it as
komorebiand perssing that showed the error entry on stdout/err...other than that, i tried changing the configs in
whkdrci.e. alt h to shift focus up.. but i guess even that didn't work... (but to be reconfirmed more firmly)and ofc i tried removing that commented out line, and it still showed no config found on
komorebic check@azinsharaf commented on GitHub (Jan 9, 2024):
'komorebic check' command shows me 'no config found' as well but it has picked it up correctly. could be a wrong message.
@goyalyashpal commented on GitHub (Apr 9, 2024):
https://github.com/LGUG2Z/komorebi/blob/master/docs/whkdrc.sample
https://github.com/LGUG2Z/komorebi/blob/master/docs/komorebi.example.json
https://lgug2z.github.io/komorebi/example-configurations.html