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:
Remove any whkd functionality from komorebi.ps1
komorebic start --await-configuration
Make two vertical splits with a terminal to the left and an arbitrary window to the right
Run komorebic focus right in the terminal
The right window isn't focused
Expected behavior
The right window is focused
Operating System
OS Name: Microsoft Windows 10 Enterprise
OS Version: 10.0.19045 N/A Build 19045
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:
1. Remove any whkd functionality from komorebi.ps1
2. `komorebic start --await-configuration`
3. Make two vertical splits with a terminal to the left and an arbitrary window to the right
3. Run `komorebic focus right` in the terminal
4. The right window isn't focused
**Expected behavior**
The right window is focused
**Operating System**
```
OS Name: Microsoft Windows 10 Enterprise
OS Version: 10.0.19045 N/A Build 19045
```
adam
added the bug label 2026-01-05 14:48:49 +01:00
Never mind, it seems that komorebic stop didn't really properly kill the process (had to manually use taskkill). I guess that's a separate bug.
@musjj commented on GitHub (Mar 8, 2023):
Never mind, it seems that `komorebic stop` didn't really properly kill the process (had to manually use `taskkill`). I guess that's a separate bug.
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 @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.