[BUG]: Kill whkd on komorebi stop? #289

Closed
opened 2026-01-05 14:49:31 +01:00 by adam · 2 comments
Owner

Originally created by @melMass on GitHub (Feb 1, 2024).

Describe the bug
As I'm working on an eventual PR for whkd I realised that komorebi stop was not killing whkd is specified on start.

Expected behavior
Kill whkd if the flag was used in the cli, not if ran independantly

Originally created by @melMass on GitHub (Feb 1, 2024). **Describe the bug** As I'm working on an eventual PR for whkd I realised that `komorebi stop` was not killing whkd is specified on start. **Expected behavior** Kill whkd if the flag was used in the cli, not if ran independantly
adam added the bug label 2026-01-05 14:49:31 +01:00
adam closed this issue 2026-01-05 14:49:31 +01:00
Author
Owner

@LGUG2Z commented on GitHub (Feb 1, 2024):

https://github.com/LGUG2Z/komorebi/blob/v0.1.19/komorebic/src/main.rs#L635

https://lgug2z.github.io/komorebi/cli/stop.html

If you don't want to add the --whkd flag when you type the command I suggest aliasing the komorebic stop command to komorebic stop --whkd in your $PROFILE as the window manager itself doesn't keep track of arguments passed to the start command.

@LGUG2Z commented on GitHub (Feb 1, 2024): https://github.com/LGUG2Z/komorebi/blob/v0.1.19/komorebic/src/main.rs#L635 https://lgug2z.github.io/komorebi/cli/stop.html If you don't want to add the `--whkd` flag when you type the command I suggest aliasing the `komorebic stop` command to `komorebic stop --whkd` in your `$PROFILE` as the window manager itself doesn't keep track of arguments passed to the `start` command.
Author
Owner

@melMass commented on GitHub (Feb 1, 2024):

Nice I do use the flag on start but did not notice it existed on stop too! Perfect thanks

@melMass commented on GitHub (Feb 1, 2024): Nice I do use the flag on start but did not notice it existed on stop too! Perfect thanks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#289