mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: komorebi completely breaks mIRC #684
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 @onebitboy on GitHub (Oct 5, 2025).
Summary
mIRC (tested with current version 7.81) completely breaks when trying to use it with komorebi. When switching between its maximized MDI daughter windows within the mIRC parent window, they get un-maximized and are being moved to positions outside the visible area of the parent window. Sometimes, switching also causes the whole mIRC window to suddenly move to a different komorebi frame.
Version Information
Windows 11 Pro, Build 21600
komorebic 0.1.39, branch:master, commit_hash:160cb720
Komorebi Configuration
Hotkey Configuration
default quickstart configuration
Output of komorebic check
No KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users\x
Looking for configuration files in C:\Users\x
Found komorebi.json; this file can be passed to the start command with the --config flag
Found C:\Users\x.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
@LGUG2Z commented on GitHub (Oct 6, 2025):
This is not a bug in komorebi, just a poorly coded application. You'll have to go through and create ignore rules and other various exceptions for bogus windows such as
Ultimately the mIRC developers should fix their app so that it follows the basic Windows application development guidelines