LGUG2Z / komorebi

A tiling window manager for Windows 🍉
https://lgug2z.github.io/komorebi/
Other
9.59k stars 198 forks source link

[BUG]: komorebic no longer works without whkd #374

Closed musjj closed 1 year ago

musjj commented 1 year ago

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
  4. Run komorebic focus right in the terminal
  5. 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
musjj commented 1 year ago

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.