But it still does not get picked up. It just acts like a floating window. Is there anything I can do to make this behave more like everything else.
Thanks for a great window manager!
Originally created by @nilsi on GitHub (Jun 20, 2024).
Hi,
I have an application that I need to use on a daily basis that are not working with Komorebi.
I tried adding it to applicatons.yaml like this:
```
- name: Enterprise Architect
identifier:
kind: Exe
id: EA.exe
matching_strategy: Equals
```
But it still does not get picked up. It just acts like a floating window. Is there anything I can do to make this behave more like everything else.
Thanks for a great window manager!
you can also use the komorebic gui command to see perhaps why it is not managed.
You can try to have a look at the beginning of this video
@CtByte commented on GitHub (Jun 20, 2024):
I usually add apps I want to manage to the `komorebi.json` file like this.
```json
"float_rules": [
{
"kind": "Exe",
"id": "steam",
"matching_strategy": "Contains"
}
],
"manage_rules": [
{
"kind": "Exe",
"id": "EA.exe",
"matching_strategy": "Equals"
}
]
```
you can also use the `komorebic gui` command to see perhaps why it is not managed.
You can try to have a look at the beginning of [this video](https://www.youtube.com/watch?v=PLz3eqQDufw)
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 @nilsi on GitHub (Jun 20, 2024).
Hi,
I have an application that I need to use on a daily basis that are not working with Komorebi.
I tried adding it to applicatons.yaml like this:
But it still does not get picked up. It just acts like a floating window. Is there anything I can do to make this behave more like everything else.
Thanks for a great window manager!
@CtByte commented on GitHub (Jun 20, 2024):
I usually add apps I want to manage to the
komorebi.jsonfile like this.you can also use the
komorebic guicommand to see perhaps why it is not managed.You can try to have a look at the beginning of this video
@nilsi commented on GitHub (Jun 20, 2024):
I updated Komorebi to get the
komorebic guicommand, and suddenly it started working. Thanks a lot!