Originally created by @Greatz08 on GitHub (Dec 17, 2024).
Summary
This is IDA pro application which i am using to analyze lib and it is unnecessarily showing second window and i have to always maximize it to remove that right side empty window.
What else worked for me was alt+left key shortcut with which i could expand it as a whole but with that it sometime crashes komorebi so idk what is happening but it is bugging me alot :-(( .
Libs Assembly code comparison i wanna do so i thought that tiling manager will be best so that i can switch between workspace for time to time comparison but komorebi with enough ram and cpu power is still crashing sometimes when i move between workspaces frequently and thats all i can say on this.
I am using latest komorebi version btw.
Version Information
0.1.30 (installed yesterday only :-) )
Komorebi Configuration
defaultconfigurations(didntchangedanything)
Hotkey Configuration
default
Output of komorebic check
both komorebic.json and .config\whkdrc files present already
Originally created by @Greatz08 on GitHub (Dec 17, 2024).
### Summary

This is IDA pro application which i am using to analyze lib and it is unnecessarily showing second window and i have to always maximize it to remove that right side empty window.
What else worked for me was alt+left key shortcut with which i could expand it as a whole but with that it sometime crashes komorebi so idk what is happening but it is bugging me alot :-(( .
Libs Assembly code comparison i wanna do so i thought that tiling manager will be best so that i can switch between workspace for time to time comparison but komorebi with enough ram and cpu power is still crashing sometimes when i move between workspaces frequently and thats all i can say on this.
I am using latest komorebi version btw.
### Version Information
0.1.30 (installed yesterday only :-) )
### Komorebi Configuration
```json
default configurations (didnt changed anything)
```
### Hotkey Configuration
default
### Output of komorebic check
both komorebic.json and .config\whkdrc files present already
adam
added the bug label 2026-01-05 14:51:27 +01:00
@CtByte commented on GitHub (Dec 17, 2024):
I experience this with other programs as well. What you need to do is to add ignore rules after finding out what that window is.
use the `komorebic visible-windows` command to check what that is then you can add `ignore_rules` to the komorebi.json file
This can also make good sense to include in [this project](https://github.com/LGUG2Z/komorebi-application-specific-configuration), so that others will not have to do the same
You can read a bit more about this [here](https://lgug2z.github.io/komorebi/common-workflows/ignore-windows.html)
Closing this as ghost windows are "officially" not considered bugs - if you have trouble identifying the window to ignore, someone will be able to help you in the Discord 🤞
@LGUG2Z commented on GitHub (Dec 17, 2024):
Closing this as ghost windows are "officially" not considered bugs - if you have trouble identifying the window to ignore, someone will be able to help you in the Discord 🤞
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 @Greatz08 on GitHub (Dec 17, 2024).
Summary
This is IDA pro application which i am using to analyze lib and it is unnecessarily showing second window and i have to always maximize it to remove that right side empty window.
What else worked for me was alt+left key shortcut with which i could expand it as a whole but with that it sometime crashes komorebi so idk what is happening but it is bugging me alot :-(( .
Libs Assembly code comparison i wanna do so i thought that tiling manager will be best so that i can switch between workspace for time to time comparison but komorebi with enough ram and cpu power is still crashing sometimes when i move between workspaces frequently and thats all i can say on this.
I am using latest komorebi version btw.
Version Information
0.1.30 (installed yesterday only :-) )
Komorebi Configuration
Hotkey Configuration
default
Output of komorebic check
both komorebic.json and .config\whkdrc files present already
@CtByte commented on GitHub (Dec 17, 2024):
I experience this with other programs as well. What you need to do is to add ignore rules after finding out what that window is.
use the
komorebic visible-windowscommand to check what that is then you can addignore_rulesto the komorebi.json fileThis can also make good sense to include in this project, so that others will not have to do the same
You can read a bit more about this here
@LGUG2Z commented on GitHub (Dec 17, 2024):
Closing this as ghost windows are "officially" not considered bugs - if you have trouble identifying the window to ignore, someone will be able to help you in the Discord 🤞