[BUG]: Komorebi never changing focus after launch JetBrains IDE. #146

Closed
opened 2026-01-05 14:48:33 +01:00 by adam · 4 comments
Owner

Originally created by @wirekang on GitHub (Sep 29, 2022).

Describe the bug
When this bug happends, window focus never changing.

To Reproduce

  1. Komorebi is running and works properly.
  2. Open Android Studio or IntelliJ or DataGrip.
  3. Now window focus is on the IDE from step 2, and komorebi never changing focus to other windows, even if the IDE closed.

Operating System

OS Name:                   Microsoft Windows 11 Pro
OS Version:                10.0.22000 N/A Build 22000

Additional context

When I kill komorebi.exe and start komorebic.exe, it works well temporarily. So I'm using a script to restart it.

<^+F10::
  Process, Close, komorebi.exe
  Run powershell -Command "komorebic.exe start",, Hide
return
  1. Komorebi stop working every time I launch JetBrains IDE.
  2. Press Ctrl+Shift+F10.
  3. Wait for restart.
  4. Works well until I launch another JetBranins IDE.
Originally created by @wirekang on GitHub (Sep 29, 2022). **Describe the bug** When this bug happends, window focus never changing. **To Reproduce** 1. Komorebi is running and works properly. 2. Open Android Studio or IntelliJ or DataGrip. 3. Now window focus is on the IDE from step 2, and komorebi never changing focus to other windows, even if the IDE closed. **Operating System** ``` OS Name: Microsoft Windows 11 Pro OS Version: 10.0.22000 N/A Build 22000 ``` **Additional context** When I kill `komorebi.exe` and start `komorebic.exe`, it works well temporarily. So I'm using a script to restart it. ```ahk <^+F10:: Process, Close, komorebi.exe Run powershell -Command "komorebic.exe start",, Hide return ``` 1. Komorebi stop working every time I launch JetBrains IDE. 4. Press Ctrl+Shift+F10. 5. Wait for restart. 6. Works well until I launch another JetBranins IDE.
adam added the bug label 2026-01-05 14:48:33 +01:00
adam closed this issue 2026-01-05 14:48:33 +01:00
Author
Owner

@LGUG2Z commented on GitHub (Oct 9, 2022):

I had been having some issues with this lately too, for the most part, I think this commit has fixed the issue for me: 577fa0a97f

@LGUG2Z commented on GitHub (Oct 9, 2022): I had been having some issues with this lately too, for the most part, I think this commit has fixed the issue for me: https://github.com/LGUG2Z/komorebi/commit/577fa0a97f657c28446e90bc1edad3834e80072e
Author
Owner

@LGUG2Z commented on GitHub (Oct 21, 2022):

@wirekang @aitsuki any feedback on these changes?

@LGUG2Z commented on GitHub (Oct 21, 2022): @wirekang @aitsuki any feedback on these changes?
Author
Owner

@wirekang commented on GitHub (Oct 21, 2022):

@wirekang @aitsuki any feedback on these changes?

I've been waiting for next release that contains the commit(577fa0a).

@wirekang commented on GitHub (Oct 21, 2022): > @wirekang @aitsuki any feedback on these changes? I've been waiting for next release that contains the commit(577fa0a).
Author
Owner

@LGUG2Z commented on GitHub (Jan 22, 2023):

@wirekang 925f3bd87b this commit on the master branch has completely fixed the issue for me with alt-focus-hack set to enabled. This is available on the master branch and will be in the next release.

@LGUG2Z commented on GitHub (Jan 22, 2023): @wirekang https://github.com/LGUG2Z/komorebi/commit/925f3bd87bf4e7b2100d83b6c0644769ad476d2d this commit on the `master` branch has completely fixed the issue for me with `alt-focus-hack` set to `enabled`. This is available on the `master` branch and will be in the next release.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#146