Well, the title pretty much sums up the issue! ahaha
The thing is, when I go check the file komorebic.json the configs are fine, but my screen shows something different (img1). I'm also missing workspaces and the ability to move a window/app to the desired workspaces with the keyboard shortcut
Good news: a simple "kill komorebi" and then restarting it fixes the issue (img2) but I get this prompt after "Komorebic start --whkd":
Start-Process 'komorebi.exe' -WindowStyle hidden
Waiting for komorebi.exe to start...Started!
if (!(Get-Process whkd -ErrorAction SilentlyContinue))
{
Start-Process whkd -WindowStyle hidden
}
Additional details:
- Installed both Komorebi + Zebar and YASB (by amnweb) through winget method
- I don't run Komorebi with Zebar (--bar) when restarting to fix the issue
- Running Win11 24H2 (26100)