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
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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 stopwas not killing whkd is specified on start.Expected behavior
Kill whkd if the flag was used in the cli, not if ran independantly
@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
--whkdflag when you type the command I suggest aliasing thekomorebic stopcommand tokomorebic stop --whkdin your$PROFILEas the window manager itself doesn't keep track of arguments passed to thestartcommand.@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