Komorebi stop working every time I launch JetBrains IDE.
Press Ctrl+Shift+F10.
Wait for restart.
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
@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
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).
@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.
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 @wirekang on GitHub (Sep 29, 2022).
Describe the bug
When this bug happends, window focus never changing.
To Reproduce
Operating System
Additional context
When I kill
komorebi.exeand startkomorebic.exe, it works well temporarily. So I'm using a script to restart it.@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
@LGUG2Z commented on GitHub (Oct 21, 2022):
@wirekang @aitsuki any feedback on these changes?
@wirekang commented on GitHub (Oct 21, 2022):
I've been waiting for next release that contains the commit(
577fa0a).@LGUG2Z commented on GitHub (Jan 22, 2023):
@wirekang https://github.com/LGUG2Z/komorebi/commit/925f3bd87bf4e7b2100d83b6c0644769ad476d2d this commit on the
masterbranch has completely fixed the issue for me withalt-focus-hackset toenabled. This is available on themasterbranch and will be in the next release.