Originally created by @gonglei on GitHub (Mar 23, 2023).
Describe the bug
Webex (meeting application by cisco) window is not managed by komorebi
To Reproduce
Steps to reproduce the behavior:
Open or join a webex meeting
The webex window is not managed by komorebi
check komorebic state, webex is not found
check tasklist | findstr webex, found the process webexmta.exe
Expected behavior
The webex window should be managed by komorebi, tiling or floating
Screenshots and Videos
Add screenshots and videos to help explain your problem.
Operating System
Provide the output of systeminfo | grep "^OS Name\|^OS Version"
For example:
OS Name: Microsoft Windows 10 Enterprise
OS Version: 10.0.19042 N/A Build 19042
Additional context
Add any other context about the problem here.
In particular, if you have any other AHK scripts or software running that handle any aspect of window management or manipulation
Originally created by @gonglei on GitHub (Mar 23, 2023).
**Describe the bug**
Webex (meeting application by cisco) window is not managed by komorebi
**To Reproduce**
Steps to reproduce the behavior:
1. Open or join a webex meeting
2. The webex window is not managed by komorebi
3. check `komorebic state`, webex is not found
4. check `tasklist | findstr webex`, found the process `webexmta.exe`
**Expected behavior**
The webex window should be managed by komorebi, tiling or floating
**Screenshots and Videos**
Add screenshots and videos to help explain your problem.
**Operating System**
Provide the output of `systeminfo | grep "^OS Name\|^OS Version"`
For example:
```
OS Name: Microsoft Windows 10 Enterprise
OS Version: 10.0.19042 N/A Build 19042
```
**Additional context**
Add any other context about the problem here.
In particular, if you have any other AHK scripts or software running that handle any aspect of window management or manipulation
adam
added the bug label 2026-01-05 14:48:50 +01:00
For applications that do not tile by default please use manage rules in komorebi.json to forcibly manage them.
@LGUG2Z commented on GitHub (May 12, 2024):
For applications that do not tile by default please use manage rules in `komorebi.json` to forcibly manage them.
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 @gonglei on GitHub (Mar 23, 2023).
Describe the bug
Webex (meeting application by cisco) window is not managed by komorebi
To Reproduce
Steps to reproduce the behavior:
komorebic state, webex is not foundtasklist | findstr webex, found the processwebexmta.exeExpected behavior
The webex window should be managed by komorebi, tiling or floating
Screenshots and Videos
Add screenshots and videos to help explain your problem.
Operating System
Provide the output of
systeminfo | grep "^OS Name\|^OS Version"For example:
Additional context
Add any other context about the problem here.
In particular, if you have any other AHK scripts or software running that handle any aspect of window management or manipulation
@LGUG2Z commented on GitHub (May 12, 2024):
For applications that do not tile by default please use manage rules in
komorebi.jsonto forcibly manage them.