mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: SSMS becomes unmanaged by Komorebi after some time #646
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @l-t-k on GitHub (Jul 14, 2025).
Summary
SQL Server Management Studio (SSMS) is initially managed by Komorebi as expected when the application starts. However, after a certain period of active use, Komorebi randomly loses its connection to the application, and SSMS becomes unmanaged.
I've tested multiple scenarios, and it doesn't appear to be triggered by any specific keyboard combination. At this point, I have no clear explanation for what's causing the issue.
Version Information
OS Name: Microsoft Windows 11 Pro
OS Version: 10.0.22631 N/A Build 22631
komorebic 0.1.37
tag:v0.1.37
commit_hash:00384ce3
build_time:2025-05-17 19:16:53 +00:00
build_env:rustc 1.87.0 (17067e9ac 2025-05-09),stable-x86_64-pc-windows-msvc
Komorebi Configuration
Hotkey Configuration
==komorebic.ahk
==my-fixes-default.ahk
==my-custom-mappings.ahk
==my-app-shortcuts-one-instance-per-workspace.ahk
==my-app-shortcuts-one-instance-per-session.ahk
==my-app-shortcuts-multiple-instances-allwowed.ahk
Output of komorebic check
❯ komorebic check
KOMOREBI_CONFIG_HOME detected: C:\Users\leon.config\komorebi
Looking for configuration files in C:\Users\leon.config\komorebi
Found komorebi.json; this file can be passed to the start command with the --config flag
No ~/.config/whkdrc found; you may not be able to control komorebi with your keyboard
@CtByte commented on GitHub (Jul 14, 2025):
Happens to me all the time as well. I usually minimize it then when it gets restored, it also gets managed again.
I could not find a pattern, and I end up dealing with it as SSMS will never be updated.
@l-t-k commented on GitHub (Jul 15, 2025):
I'm not 100% sure, but I do think this strange behavior started after the upgrade to 0.1.35. Was hoping that the update to 0.1.37 would fix it but that wasn't the case
@CtByte commented on GitHub (Jul 15, 2025):
I really think that the problem is with the SSMS mainly. Komorebi could be a bit more "aggressive" but there is a fine balance to that I am sure (else it might take up too much of the system's resources perhaps)
There is a v21 for SSMS (I could not bother to update from v18 yet), but I do not think it would be any different.
Many apps are implemented in an unconventional way, which does not only apply to old apps. A very "fine" example is the new and shiny Microsoft Teams, I wish I could get rid of it.
EDIT: Ok v21 has Dark theme, I might need to update 😆
@CtByte commented on GitHub (Jul 15, 2025):
The main window for v21 does not seem to be managed. I am not sure why. I will try to see if it needs a new manage rule or something.
Edit: it seems to work if I add a rule (I prefer it to be floating, but adding this to
manage_rulesshould also work)Now let's see if this issue happens with the new version as well
@l-t-k commented on GitHub (Jul 15, 2025):
Thanks for the update. I'm now testing v21 as well. Will report my findings.
@CtByte commented on GitHub (Jul 17, 2025):
I think that v21 is a lot more stable for me
@l-t-k commented on GitHub (Jul 20, 2025):
Can confirm, almost completely stable. Will close this one.