Enterprise Architect is not being managed #416

Closed
opened 2026-01-05 14:50:36 +01:00 by adam · 2 comments
Owner

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!

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!
adam added the enhancement label 2026-01-05 14:50:36 +01:00
adam closed this issue 2026-01-05 14:50:37 +01:00
Author
Owner

@CtByte commented on GitHub (Jun 20, 2024):

I usually add apps I want to manage to the komorebi.json file like this.

  "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

@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)
Author
Owner

@nilsi commented on GitHub (Jun 20, 2024):

I updated Komorebi to get the komorebic gui command, and suddenly it started working. Thanks a lot!

@nilsi commented on GitHub (Jun 20, 2024): I updated Komorebi to get the `komorebic gui` command, and suddenly it started working. Thanks a lot!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#416