mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: komorebic no longer works without whkd #185
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 @musjj on GitHub (Mar 8, 2023).
Describe the bug
Komorebic no longers work if you try to configure it outside of whkd.
To Reproduce
Steps to reproduce the behavior:
komorebic start --await-configurationkomorebic focus rightin the terminalExpected behavior
The right window is focused
Operating System
@musjj commented on GitHub (Mar 8, 2023):
Never mind, it seems that
komorebic stopdidn't really properly kill the process (had to manually usetaskkill). I guess that's a separate bug.