Manage rules and tray settings do not work for certain application #71

Closed
opened 2026-01-05 14:48:04 +01:00 by adam · 14 comments
Owner

Originally created by @JSamir on GitHub (Jan 5, 2022).

Originally assigned to: @LGUG2Z on GitHub.

Hi,

thanks for this great project, which made me finally enjoy windows :)

I've got this application which is always started on my working laptop and resides in the system tray.

First weird thing was, that this app appeared as a tile when starting komorebi, although I did never open it. Whats even more confusing: if I open the same application from the tray icon, I see some other window (other contents). But the window that komorebi starts managing, I've never seen it.

First I tried to apply the float-rule for this Window via title, exe and class (by using ahk spy), it did not work. Then I tried to specify this is a app that closes to tray, but that did not help either.

The only thing I noticed is that this window which gets tiled, it only has the "close" (x) icon at the top right (and the icon does look a bit different then normal windows close/minimize/maximize icons). Other then that, the class also looks unusual: WindowsForms10.Window.8.app.0.878ded_r6_ad1

Do you have an idea why this is happening?

Originally created by @JSamir on GitHub (Jan 5, 2022). Originally assigned to: @LGUG2Z on GitHub. Hi, thanks for this great project, which made me finally enjoy windows :) I've got this application which is always started on my working laptop and resides in the system tray. First weird thing was, that this app appeared as a tile when starting komorebi, although I did never open it. Whats even more confusing: if I open the same application from the tray icon, I see some other window (other contents). But the window that komorebi starts managing, I've never seen it. First I tried to apply the float-rule for this Window via title, exe and class (by using ahk spy), it did not work. Then I tried to specify this is a app that closes to tray, but that did not help either. The only thing I noticed is that this window which gets tiled, it only has the "close" (x) icon at the top right (and the icon does look a bit different then normal windows close/minimize/maximize icons). Other then that, the class also looks unusual: `WindowsForms10.Window.8.app.0.878ded_r6_ad1` Do you have an idea why this is happening?
adam added the bug label 2026-01-05 14:48:04 +01:00
adam closed this issue 2026-01-05 14:48:04 +01:00
Author
Owner

@LGUG2Z commented on GitHub (Jan 7, 2022):

If I understand correctly, it seems like you have a "blank" tile that is taking up space on the screen? Can you share the output of komorebic state when this happens on your screen?

@LGUG2Z commented on GitHub (Jan 7, 2022): If I understand correctly, it seems like you have a "blank" tile that is taking up space on the screen? Can you share the output of `komorebic state` when this happens on your screen?
Author
Owner

@JSamir commented on GitHub (Jan 10, 2022):

That is partly correct.

When I first start komorebi, this app (or a window of this app) is shown in a tile, just like any other window. Which should not be the case because I specified that a window with this class/exe/title should not be tiled.

After I close this window with X, it is taking up the space in this tile, but the tile looks empty. So yes, at this point the tile looks blank.

If I search for this app in the task manager and kill the process, the empty tile is gone.

Here is the output of komorebic state after I clicked on X in the window (having the blank tile), ERIS_UI being the app in question:

{
  "monitors": {
    "elements": [
      {
        "id": 131201,
        "size": {
          "left": 0,
          "top": 0,
          "right": 1920,
          "bottom": 1080
        },
        "work_area_size": {
          "left": 0,
          "top": 30,
          "right": 1920,
          "bottom": 1050
        },
        "workspaces": {
          "elements": [
            {
              "name": null,
              "containers": {
                "elements": [
                  {
                    "windows": {
                      "elements": [
                        {
                          "hwnd": 460394,
                          "title": "Windows PowerShell",
                          "exe": "WindowsTerminal.exe",
                          "class": "CASCADIA_HOSTING_WINDOW_CLASS",
                          "rect": {
                            "left": 13,
                            "top": 50,
                            "right": 944,
                            "bottom": 1017
                          }
                        }
                      ],
                      "focused": 0
                    }
                  },
                  {
                    "windows": {
                      "elements": [
                        {
                          "hwnd": 197266,
                          "title": "User name here",
                          "exe": "explorer.exe",
                          "class": "CabinetWClass",
                          "rect": {
                            "left": 963,
                            "top": 50,
                            "right": 944,
                            "bottom": 502
                          }
                        }
                      ],
                      "focused": 0
                    }
                  },
                  {
                    "windows": {
                      "elements": [
                        {
                          "hwnd": 66116,
                          "title": "Matrix42 Software Depot",
                          "exe": "ERIS_UI.exe",
                          "class": "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
                          "rect": {
                            "left": 950,
                            "top": 559,
                            "right": 983,
                            "bottom": 502
                          }
                        }
                      ],
                      "focused": 0
                    }
                  }
                ],
                "focused": 0
              },
              "monocle_container": null,
              "maximized_window": null,
              "floating_windows": [],
              "layout": "VerticalStack",
              "layout_flip": null,
              "workspace_padding": 10,
              "container_padding": 10,
              "resize_dimensions": [
                null,
                null,
                null
              ],
              "tile": true
            }
          ],
          "focused": 0
        }
      },
      {
        "id": 196805,
        "size": {
          "left": 1920,
          "top": 0,
          "right": 1920,
          "bottom": 1080
        },
        "work_area_size": {
          "left": 1920,
          "top": 30,
          "right": 1920,
          "bottom": 1050
        },
        "workspaces": {
          "elements": [
            {
              "name": null,
              "containers": {
                "elements": [],
                "focused": 0
              },
              "monocle_container": null,
              "maximized_window": null,
              "floating_windows": [],
              "layout": "VerticalStack",
              "layout_flip": null,
              "workspace_padding": 10,
              "container_padding": 10,
              "resize_dimensions": [],
              "tile": true
            }
          ],
          "focused": 0
        }
      }
    ],
    "focused": 0
  },
  "is_paused": false,
  "invisible_borders": {
    "left": 7,
    "top": 0,
    "right": 14,
    "bottom": 7
  },
  "work_area_offset": null,
  "focus_follows_mouse": null,
  "has_pending_raise_op": false,
  "float_identifiers": [
    "SunAwtDialog",
    "jetbrains_client64.exe",
    "Control Panel",
    "ERIS_UI.exe",
    "TaskManagerWindow",
    "Matrix42 Software Depot",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
    "wincompose.exe",
    "Calculator"
  ],
  "manage_identifiers": [],
  "layered_exe_whitelist": [
    "steam.exe"
  ],
  "tray_and_multi_window_identifiers": [
    "explorer.exe",
    "firefox.exe",
    "chrome.exe",
    "idea64.exe",
    "ApplicationFrameHost.exe",
    "steam.exe",
    "ERIS_UI.exe",
    "Mattermost.exe"
  ],
  "border_overflow_identifiers": [
    "ERIS_UI.exe"
  ]
}
@JSamir commented on GitHub (Jan 10, 2022): That is partly correct. When I first start komorebi, this app (or a window of this app) is shown in a tile, just like any other window. Which should not be the case because I specified that a window with this class/exe/title should not be tiled. After I close this window with X, it is taking up the space in this tile, but the tile looks empty. So yes, at this point the tile looks blank. If I search for this app in the task manager and kill the process, the empty tile is gone. Here is the output of `komorebic state` after I clicked on X in the window (having the blank tile), `ERIS_UI` being the app in question: ``` { "monitors": { "elements": [ { "id": 131201, "size": { "left": 0, "top": 0, "right": 1920, "bottom": 1080 }, "work_area_size": { "left": 0, "top": 30, "right": 1920, "bottom": 1050 }, "workspaces": { "elements": [ { "name": null, "containers": { "elements": [ { "windows": { "elements": [ { "hwnd": 460394, "title": "Windows PowerShell", "exe": "WindowsTerminal.exe", "class": "CASCADIA_HOSTING_WINDOW_CLASS", "rect": { "left": 13, "top": 50, "right": 944, "bottom": 1017 } } ], "focused": 0 } }, { "windows": { "elements": [ { "hwnd": 197266, "title": "User name here", "exe": "explorer.exe", "class": "CabinetWClass", "rect": { "left": 963, "top": 50, "right": 944, "bottom": 502 } } ], "focused": 0 } }, { "windows": { "elements": [ { "hwnd": 66116, "title": "Matrix42 Software Depot", "exe": "ERIS_UI.exe", "class": "WindowsForms10.Window.8.app.0.878ded_r6_ad1", "rect": { "left": 950, "top": 559, "right": 983, "bottom": 502 } } ], "focused": 0 } } ], "focused": 0 }, "monocle_container": null, "maximized_window": null, "floating_windows": [], "layout": "VerticalStack", "layout_flip": null, "workspace_padding": 10, "container_padding": 10, "resize_dimensions": [ null, null, null ], "tile": true } ], "focused": 0 } }, { "id": 196805, "size": { "left": 1920, "top": 0, "right": 1920, "bottom": 1080 }, "work_area_size": { "left": 1920, "top": 30, "right": 1920, "bottom": 1050 }, "workspaces": { "elements": [ { "name": null, "containers": { "elements": [], "focused": 0 }, "monocle_container": null, "maximized_window": null, "floating_windows": [], "layout": "VerticalStack", "layout_flip": null, "workspace_padding": 10, "container_padding": 10, "resize_dimensions": [], "tile": true } ], "focused": 0 } } ], "focused": 0 }, "is_paused": false, "invisible_borders": { "left": 7, "top": 0, "right": 14, "bottom": 7 }, "work_area_offset": null, "focus_follows_mouse": null, "has_pending_raise_op": false, "float_identifiers": [ "SunAwtDialog", "jetbrains_client64.exe", "Control Panel", "ERIS_UI.exe", "TaskManagerWindow", "Matrix42 Software Depot", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", "wincompose.exe", "Calculator" ], "manage_identifiers": [], "layered_exe_whitelist": [ "steam.exe" ], "tray_and_multi_window_identifiers": [ "explorer.exe", "firefox.exe", "chrome.exe", "idea64.exe", "ApplicationFrameHost.exe", "steam.exe", "ERIS_UI.exe", "Mattermost.exe" ], "border_overflow_identifiers": [ "ERIS_UI.exe" ] } ```
Author
Owner

@LGUG2Z commented on GitHub (Jan 10, 2022):

Thanks for sharing the output! Can you share the relevant lines that you are using in your config to try and exclude this window from tiling?

Also, can you try running the following command against the window when it is still visible and focused?

komorebic.exe-unmanage
Unmanage a window that was forcibly managed

USAGE:
    komorebic.exe unmanage

OPTIONS:
    -h, --help    Print help information

I would be interested to see if running that explicitly removes the window from layout calculations.

@LGUG2Z commented on GitHub (Jan 10, 2022): Thanks for sharing the output! Can you share the relevant lines that you are using in your config to try and exclude this window from tiling? Also, can you try running the following command against the window when it is still visible and focused? ``` komorebic.exe-unmanage Unmanage a window that was forcibly managed USAGE: komorebic.exe unmanage OPTIONS: -h, --help Print help information ``` I would be interested to see if running that explicitly removes the window from layout calculations.
Author
Owner

@JSamir commented on GitHub (Jan 10, 2022):

I have tried all of the three mentioned ways:

Run, komorebic.exe float-rule title "Matrix42 Software Depot", , Hide
Run, komorebic.exe float-rule exe ERIS_UI.exe, , Hide
Run, komorebic.exe float-rule class WindowsForms10.Window.8.app.0.878ded_r6_ad1, , Hide

Also identify-tray-application and identify-border-overflow.

I have bound unmanage to a shortcut and used it while this window was active, nothing changed unfortunately.

@JSamir commented on GitHub (Jan 10, 2022): I have tried all of the three mentioned ways: ``` Run, komorebic.exe float-rule title "Matrix42 Software Depot", , Hide Run, komorebic.exe float-rule exe ERIS_UI.exe, , Hide Run, komorebic.exe float-rule class WindowsForms10.Window.8.app.0.878ded_r6_ad1, , Hide ``` Also `identify-tray-application` and `identify-border-overflow`. I have bound `unmanage` to a shortcut and used it while this window was active, nothing changed unfortunately.
Author
Owner

@LGUG2Z commented on GitHub (Jan 11, 2022):

Definitely very strange behaviour. I have pushed a commit to this branch which adds a debug statement every time a window is approved for management by komorebi.

Can you try running this with the following command (to suppress most other logging output and just show the debug statement): $env:RUST_LOG = 'warn'; komorebi (or $env:RUST_LOG = 'warn'; cargo run --bin komorebi if you check out the branch yourself and build it).

The float rules are always the first thing checked when deciding if a window should be managed or not, so if this application is getting past there and ends up being managed, the debug statement will show the class, title and exe that komorebi is seeing for this application at runtime.

@LGUG2Z commented on GitHub (Jan 11, 2022): Definitely very strange behaviour. I have pushed a commit to [this branch](https://github.com/LGUG2Z/komorebi/compare/feature/issue-93) which adds a debug statement every time a window is approved for management by `komorebi`. Can you try running this with the following command (to suppress most other logging output and just show the debug statement): `$env:RUST_LOG = 'warn'; komorebi` (or `$env:RUST_LOG = 'warn'; cargo run --bin komorebi` if you check out the branch yourself and build it). The [float rules](https://github.com/LGUG2Z/komorebi/blob/master/komorebi/src/window.rs#L287) are always the first thing checked when deciding if a window should be managed or not, so if this application is getting past there and ends up being managed, the debug statement will show the class, title and exe that `komorebi` is seeing for this application at runtime.
Author
Owner

@LGUG2Z commented on GitHub (Jan 13, 2022):

@JSamir Any updates on this?

@LGUG2Z commented on GitHub (Jan 13, 2022): @JSamir Any updates on this?
Author
Owner

@JSamir commented on GitHub (Jan 14, 2022):

Sorry for the delay, here is the output:

[komorebi\src\window.rs:318] self.to_string() = "(hwnd: 198548, title: ● [komorebi\\src\\window.rs:318] self.to_str • Untitled-1 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)"
[komorebi\src\window.rs:318] self.to_string() = "(hwnd: 264320, title: Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox, exe: firefox.exe, class: MozillaWindowClass)"
[komorebi\src\window.rs:318] self.to_string() = "(hwnd: 526588, title: komorebi.ahk - Notepad, exe: notepad.exe, class: Notepad)"
[komorebi\src\window.rs:318] self.to_string() = "(hwnd: 394818, title: How Command & Conquer: Tiberian Sun Solved Pathfinding | War Stories | Ars Technica - YouTube - Mozilla Firefox, exe: firefox.exe, class: MozillaWindowClass)"
[komorebi\src\window.rs:318] self.to_string() = "(hwnd: 461086, title: komorebi, exe: explorer.exe, class: CabinetWClass)"
[komorebi\src\window.rs:318] self.to_string() = "(hwnd: 66108, title: Matrix42 Software Depot, exe: ERIS_UI.exe, class: WindowsForms10.Window.8.app.0.878ded_r6_ad1)"
[komorebi\src\window.rs:318] self.to_string() = "(hwnd: 198548, title: ● [komorebi\\src\\window.rs:318] self.to_str • Untitled-1 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)"
[komorebi\src\window.rs:318] self.to_string() = "(hwnd: 264320, title: Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox, exe: firefox.exe, class: MozillaWindowClass)"
[komorebi\src\window.rs:318] self.to_string() = "(hwnd: 526588, title: komorebi.ahk - Notepad, exe: notepad.exe, class: Notepad)"
[komorebi\src\window.rs:318] self.to_string() = "(hwnd: 394818, title: How Command & Conquer: Tiberian Sun Solved Pathfinding | War Stories | Ars Technica - YouTube - Mozilla Firefox, exe: firefox.exe, class: MozillaWindowClass)"
[komorebi\src\window.rs:318] self.to_string() = "(hwnd: 461086, title: komorebi, exe: explorer.exe, class: CabinetWClass)"
[komorebi\src\window.rs:318] self.to_string() = "(hwnd: 66108, title: Matrix42 Software Depot, exe: ERIS_UI.exe, class: WindowsForms10.Window.8.app.0.878ded_r6_ad1)"

It looks like Title/Class/Exe matches what I have in my floating rules:

Run, komorebic.exe float-rule title "Matrix42 Software Depot", , Hide
Run, komorebic.exe float-rule exe ERIS_UI.exe, , Hide
Run, komorebic.exe float-rule class WindowsForms10.Window.8.app.0.878ded_r6_ad1, , Hide
@JSamir commented on GitHub (Jan 14, 2022): Sorry for the delay, here is the output: ``` [komorebi\src\window.rs:318] self.to_string() = "(hwnd: 198548, title: ● [komorebi\\src\\window.rs:318] self.to_str • Untitled-1 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)" [komorebi\src\window.rs:318] self.to_string() = "(hwnd: 264320, title: Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox, exe: firefox.exe, class: MozillaWindowClass)" [komorebi\src\window.rs:318] self.to_string() = "(hwnd: 526588, title: komorebi.ahk - Notepad, exe: notepad.exe, class: Notepad)" [komorebi\src\window.rs:318] self.to_string() = "(hwnd: 394818, title: How Command & Conquer: Tiberian Sun Solved Pathfinding | War Stories | Ars Technica - YouTube - Mozilla Firefox, exe: firefox.exe, class: MozillaWindowClass)" [komorebi\src\window.rs:318] self.to_string() = "(hwnd: 461086, title: komorebi, exe: explorer.exe, class: CabinetWClass)" [komorebi\src\window.rs:318] self.to_string() = "(hwnd: 66108, title: Matrix42 Software Depot, exe: ERIS_UI.exe, class: WindowsForms10.Window.8.app.0.878ded_r6_ad1)" [komorebi\src\window.rs:318] self.to_string() = "(hwnd: 198548, title: ● [komorebi\\src\\window.rs:318] self.to_str • Untitled-1 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)" [komorebi\src\window.rs:318] self.to_string() = "(hwnd: 264320, title: Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox, exe: firefox.exe, class: MozillaWindowClass)" [komorebi\src\window.rs:318] self.to_string() = "(hwnd: 526588, title: komorebi.ahk - Notepad, exe: notepad.exe, class: Notepad)" [komorebi\src\window.rs:318] self.to_string() = "(hwnd: 394818, title: How Command & Conquer: Tiberian Sun Solved Pathfinding | War Stories | Ars Technica - YouTube - Mozilla Firefox, exe: firefox.exe, class: MozillaWindowClass)" [komorebi\src\window.rs:318] self.to_string() = "(hwnd: 461086, title: komorebi, exe: explorer.exe, class: CabinetWClass)" [komorebi\src\window.rs:318] self.to_string() = "(hwnd: 66108, title: Matrix42 Software Depot, exe: ERIS_UI.exe, class: WindowsForms10.Window.8.app.0.878ded_r6_ad1)" ``` It looks like Title/Class/Exe matches what I have in my floating rules: ``` Run, komorebic.exe float-rule title "Matrix42 Software Depot", , Hide Run, komorebic.exe float-rule exe ERIS_UI.exe, , Hide Run, komorebic.exe float-rule class WindowsForms10.Window.8.app.0.878ded_r6_ad1, , Hide ```
Author
Owner

@LGUG2Z commented on GitHub (Jan 14, 2022):

Thanks for taking the time to do this. I have just pushed another commit to the same branch that adds more debug statements around the float rule comparisons:

dbg!(&float_identifiers);

dbg!(&title);
dbg!(&exe_name);
dbg!(&class);

dbg!(float_identifiers.contains(&title));
dbg!(float_identifiers.contains(&exe_name));
dbg!(float_identifiers.contains(&class));

There may be an an issue with how the list of float rule identifiers is being stored in and accessed with a Mutex. hopefully this will give us a direct look at what is being stored there and the comparisons being made 🤞 .

@LGUG2Z commented on GitHub (Jan 14, 2022): Thanks for taking the time to do this. I have just pushed another commit to the same branch that adds more debug statements around the float rule comparisons: ```rust dbg!(&float_identifiers); dbg!(&title); dbg!(&exe_name); dbg!(&class); dbg!(float_identifiers.contains(&title)); dbg!(float_identifiers.contains(&exe_name)); dbg!(float_identifiers.contains(&class)); ``` There may be an an issue with how the list of float rule identifiers is being stored in and accessed with a Mutex. hopefully this will give us a direct look at what is being stored there and the comparisons being made 🤞 .
Author
Owner

@JSamir commented on GitHub (Jan 15, 2022):

First time I start the app, the output shows a list of float_identifiers which I would not expect. I noticed that after I click on some other window (e.g. VSCode to paste the output in there), the output that is generated after this action does contain the expected list.

Therefore I'll first paste the output which comes after I execute the app an nothing else:

[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Windows PowerShell"
[komorebi\src\window.rs:288] &exe_name = "powershell.exe"
[komorebi\src\window.rs:289] &class = "ConsoleWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Matrix42 Software Depot"
[komorebi\src\window.rs:288] &exe_name = "ERIS_UI.exe"
[komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.878ded_r6_ad1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 65974, title: Matrix42 Software Depot, exe: ERIS_UI.exe, class: WindowsForms10.Window.8.app.0.878ded_r6_ad1)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code"
[komorebi\src\window.rs:288] &exe_name = "Code.exe"
[komorebi\src\window.rs:289] &class = "Chrome_WidgetWin_1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 264096, title: ● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox"
[komorebi\src\window.rs:288] &exe_name = "firefox.exe"
[komorebi\src\window.rs:289] &class = "MozillaWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 133184, title: Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox, exe: firefox.exe, class: MozillaWindowClass)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "komorebi"
[komorebi\src\window.rs:288] &exe_name = "explorer.exe"
[komorebi\src\window.rs:289] &class = "CabinetWClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 197202, title: komorebi, exe: explorer.exe, class: CabinetWClass)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "AMD:CCCSlim-CapturingWindow"
[komorebi\src\window.rs:288] &exe_name = "CCC.exe"
[komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.2804c64_r6_ad1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Program Manager"
[komorebi\src\window.rs:288] &exe_name = "explorer.exe"
[komorebi\src\window.rs:289] &class = "Progman"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Windows PowerShell"
[komorebi\src\window.rs:288] &exe_name = "powershell.exe"
[komorebi\src\window.rs:289] &class = "ConsoleWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Matrix42 Software Depot"
[komorebi\src\window.rs:288] &exe_name = "ERIS_UI.exe"
[komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.878ded_r6_ad1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 65974, title: Matrix42 Software Depot, exe: ERIS_UI.exe, class: WindowsForms10.Window.8.app.0.878ded_r6_ad1)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code"
[komorebi\src\window.rs:288] &exe_name = "Code.exe"
[komorebi\src\window.rs:289] &class = "Chrome_WidgetWin_1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 264096, title: ● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox"
[komorebi\src\window.rs:288] &exe_name = "firefox.exe"
[komorebi\src\window.rs:289] &class = "MozillaWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 133184, title: Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox, exe: firefox.exe, class: MozillaWindowClass)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "komorebi"
[komorebi\src\window.rs:288] &exe_name = "explorer.exe"
[komorebi\src\window.rs:289] &class = "CabinetWClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 197202, title: komorebi, exe: explorer.exe, class: CabinetWClass)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "AMD:CCCSlim-CapturingWindow"
[komorebi\src\window.rs:288] &exe_name = "CCC.exe"
[komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.2804c64_r6_ad1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Program Manager"
[komorebi\src\window.rs:288] &exe_name = "explorer.exe"
[komorebi\src\window.rs:289] &class = "Progman"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false

This is all of the output, including the above, where I only clicked to VSCode and back to powershell window:

second:
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Windows PowerShell"
[komorebi\src\window.rs:288] &exe_name = "powershell.exe"
[komorebi\src\window.rs:289] &class = "ConsoleWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Matrix42 Software Depot"
[komorebi\src\window.rs:288] &exe_name = "ERIS_UI.exe"
[komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.878ded_r6_ad1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 65974, title: Matrix42 Software Depot, exe: ERIS_UI.exe, class: WindowsForms10.Window.8.app.0.878ded_r6_ad1)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code"
[komorebi\src\window.rs:288] &exe_name = "Code.exe"
[komorebi\src\window.rs:289] &class = "Chrome_WidgetWin_1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 264096, title: ● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox"
[komorebi\src\window.rs:288] &exe_name = "firefox.exe"
[komorebi\src\window.rs:289] &class = "MozillaWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 133184, title: Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox, exe: firefox.exe, class: MozillaWindowClass)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "komorebi"
[komorebi\src\window.rs:288] &exe_name = "explorer.exe"
[komorebi\src\window.rs:289] &class = "CabinetWClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 197202, title: komorebi, exe: explorer.exe, class: CabinetWClass)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "AMD:CCCSlim-CapturingWindow"
[komorebi\src\window.rs:288] &exe_name = "CCC.exe"
[komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.2804c64_r6_ad1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Program Manager"
[komorebi\src\window.rs:288] &exe_name = "explorer.exe"
[komorebi\src\window.rs:289] &class = "Progman"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Windows PowerShell"
[komorebi\src\window.rs:288] &exe_name = "powershell.exe"
[komorebi\src\window.rs:289] &class = "ConsoleWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Matrix42 Software Depot"
[komorebi\src\window.rs:288] &exe_name = "ERIS_UI.exe"
[komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.878ded_r6_ad1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 65974, title: Matrix42 Software Depot, exe: ERIS_UI.exe, class: WindowsForms10.Window.8.app.0.878ded_r6_ad1)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code"
[komorebi\src\window.rs:288] &exe_name = "Code.exe"
[komorebi\src\window.rs:289] &class = "Chrome_WidgetWin_1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 264096, title: ● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox"
[komorebi\src\window.rs:288] &exe_name = "firefox.exe"
[komorebi\src\window.rs:289] &class = "MozillaWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 133184, title: Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox, exe: firefox.exe, class: MozillaWindowClass)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "komorebi"
[komorebi\src\window.rs:288] &exe_name = "explorer.exe"
[komorebi\src\window.rs:289] &class = "CabinetWClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 197202, title: komorebi, exe: explorer.exe, class: CabinetWClass)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "AMD:CCCSlim-CapturingWindow"
[komorebi\src\window.rs:288] &exe_name = "CCC.exe"
[komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.2804c64_r6_ad1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Program Manager"
[komorebi\src\window.rs:288] &exe_name = "explorer.exe"
[komorebi\src\window.rs:289] &class = "Progman"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "jetbrains_client64.exe",
    "Calculator",
    "wincompose.exe",
    "Matrix42 Software Depot",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
]
[komorebi\src\window.rs:287] &title = "Select Windows PowerShell"
[komorebi\src\window.rs:288] &exe_name = "powershell.exe"
[komorebi\src\window.rs:289] &class = "ConsoleWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "jetbrains_client64.exe",
    "Calculator",
    "wincompose.exe",
    "Matrix42 Software Depot",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
]
[komorebi\src\window.rs:287] &title = "Windows PowerShell"
[komorebi\src\window.rs:288] &exe_name = "powershell.exe"
[komorebi\src\window.rs:289] &class = "ConsoleWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "jetbrains_client64.exe",
    "Calculator",
    "wincompose.exe",
    "Matrix42 Software Depot",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
]
[komorebi\src\window.rs:287] &title = "Windows PowerShell"
[komorebi\src\window.rs:288] &exe_name = "powershell.exe"
[komorebi\src\window.rs:289] &class = "ConsoleWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "jetbrains_client64.exe",
    "Calculator",
    "wincompose.exe",
    "Matrix42 Software Depot",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
]
[komorebi\src\window.rs:287] &title = "Windows PowerShell"
[komorebi\src\window.rs:288] &exe_name = "powershell.exe"
[komorebi\src\window.rs:289] &class = "ConsoleWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "jetbrains_client64.exe",
    "Calculator",
    "wincompose.exe",
    "Matrix42 Software Depot",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
]
[komorebi\src\window.rs:287] &title = "● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code"
[komorebi\src\window.rs:288] &exe_name = "Code.exe"
[komorebi\src\window.rs:289] &class = "Chrome_WidgetWin_1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 264096, title: ● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "jetbrains_client64.exe",
    "Calculator",
    "wincompose.exe",
    "Matrix42 Software Depot",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
]
[komorebi\src\window.rs:287] &title = "● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code"
[komorebi\src\window.rs:288] &exe_name = "Code.exe"
[komorebi\src\window.rs:289] &class = "Chrome_WidgetWin_1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 264096, title: ● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "jetbrains_client64.exe",
    "Calculator",
    "wincompose.exe",
    "Matrix42 Software Depot",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
]
[komorebi\src\window.rs:287] &title = "● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code"
[komorebi\src\window.rs:288] &exe_name = "Code.exe"
[komorebi\src\window.rs:289] &class = "Chrome_WidgetWin_1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 264096, title: ● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "jetbrains_client64.exe",
    "Calculator",
    "wincompose.exe",
    "Matrix42 Software Depot",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
]
[komorebi\src\window.rs:287] &title = "Default IME"
[komorebi\src\window.rs:288] &exe_name = "explorer.exe"
[komorebi\src\window.rs:289] &class = "IME"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "jetbrains_client64.exe",
    "Calculator",
    "wincompose.exe",
    "Matrix42 Software Depot",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
]
[komorebi\src\window.rs:287] &title = "MSCTFIME UI"
[komorebi\src\window.rs:288] &exe_name = "explorer.exe"
[komorebi\src\window.rs:289] &class = "MSCTFIME UI"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "jetbrains_client64.exe",
    "Calculator",
    "wincompose.exe",
    "Matrix42 Software Depot",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
]
[komorebi\src\window.rs:287] &title = "Task Switching"
[komorebi\src\window.rs:288] &exe_name = "explorer.exe"
[komorebi\src\window.rs:289] &class = "MultitaskingViewFrame"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "jetbrains_client64.exe",
    "Calculator",
    "wincompose.exe",
    "Matrix42 Software Depot",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
]
[komorebi\src\window.rs:287] &title = "Task Switching"
[komorebi\src\window.rs:288] &exe_name = "explorer.exe"
[komorebi\src\window.rs:289] &class = "MultitaskingViewFrame"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "jetbrains_client64.exe",
    "Calculator",
    "wincompose.exe",
    "Matrix42 Software Depot",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
]
[komorebi\src\window.rs:287] &title = "Task Switching"
[komorebi\src\window.rs:288] &exe_name = "explorer.exe"
[komorebi\src\window.rs:289] &class = "MultitaskingViewFrame"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "jetbrains_client64.exe",
    "Calculator",
    "wincompose.exe",
    "Matrix42 Software Depot",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
]
[komorebi\src\window.rs:287] &title = "Windows PowerShell"
[komorebi\src\window.rs:288] &exe_name = "powershell.exe"
[komorebi\src\window.rs:289] &class = "ConsoleWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
@JSamir commented on GitHub (Jan 15, 2022): First time I start the app, the output shows a list of `float_identifiers` which I would not expect. I noticed that after I click on some other window (e.g. VSCode to paste the output in there), the output that is generated after this action does contain the expected list. Therefore I'll first paste the output which comes after I execute the app an nothing else: ``` [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Windows PowerShell" [komorebi\src\window.rs:288] &exe_name = "powershell.exe" [komorebi\src\window.rs:289] &class = "ConsoleWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Matrix42 Software Depot" [komorebi\src\window.rs:288] &exe_name = "ERIS_UI.exe" [komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.878ded_r6_ad1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 65974, title: Matrix42 Software Depot, exe: ERIS_UI.exe, class: WindowsForms10.Window.8.app.0.878ded_r6_ad1)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code" [komorebi\src\window.rs:288] &exe_name = "Code.exe" [komorebi\src\window.rs:289] &class = "Chrome_WidgetWin_1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 264096, title: ● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox" [komorebi\src\window.rs:288] &exe_name = "firefox.exe" [komorebi\src\window.rs:289] &class = "MozillaWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 133184, title: Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox, exe: firefox.exe, class: MozillaWindowClass)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "komorebi" [komorebi\src\window.rs:288] &exe_name = "explorer.exe" [komorebi\src\window.rs:289] &class = "CabinetWClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 197202, title: komorebi, exe: explorer.exe, class: CabinetWClass)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "AMD:CCCSlim-CapturingWindow" [komorebi\src\window.rs:288] &exe_name = "CCC.exe" [komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.2804c64_r6_ad1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Program Manager" [komorebi\src\window.rs:288] &exe_name = "explorer.exe" [komorebi\src\window.rs:289] &class = "Progman" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Windows PowerShell" [komorebi\src\window.rs:288] &exe_name = "powershell.exe" [komorebi\src\window.rs:289] &class = "ConsoleWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Matrix42 Software Depot" [komorebi\src\window.rs:288] &exe_name = "ERIS_UI.exe" [komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.878ded_r6_ad1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 65974, title: Matrix42 Software Depot, exe: ERIS_UI.exe, class: WindowsForms10.Window.8.app.0.878ded_r6_ad1)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code" [komorebi\src\window.rs:288] &exe_name = "Code.exe" [komorebi\src\window.rs:289] &class = "Chrome_WidgetWin_1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 264096, title: ● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox" [komorebi\src\window.rs:288] &exe_name = "firefox.exe" [komorebi\src\window.rs:289] &class = "MozillaWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 133184, title: Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox, exe: firefox.exe, class: MozillaWindowClass)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "komorebi" [komorebi\src\window.rs:288] &exe_name = "explorer.exe" [komorebi\src\window.rs:289] &class = "CabinetWClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 197202, title: komorebi, exe: explorer.exe, class: CabinetWClass)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "AMD:CCCSlim-CapturingWindow" [komorebi\src\window.rs:288] &exe_name = "CCC.exe" [komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.2804c64_r6_ad1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Program Manager" [komorebi\src\window.rs:288] &exe_name = "explorer.exe" [komorebi\src\window.rs:289] &class = "Progman" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false ``` This is all of the output, including the above, where I only clicked to VSCode and back to powershell window: ``` second: [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Windows PowerShell" [komorebi\src\window.rs:288] &exe_name = "powershell.exe" [komorebi\src\window.rs:289] &class = "ConsoleWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Matrix42 Software Depot" [komorebi\src\window.rs:288] &exe_name = "ERIS_UI.exe" [komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.878ded_r6_ad1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 65974, title: Matrix42 Software Depot, exe: ERIS_UI.exe, class: WindowsForms10.Window.8.app.0.878ded_r6_ad1)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code" [komorebi\src\window.rs:288] &exe_name = "Code.exe" [komorebi\src\window.rs:289] &class = "Chrome_WidgetWin_1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 264096, title: ● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox" [komorebi\src\window.rs:288] &exe_name = "firefox.exe" [komorebi\src\window.rs:289] &class = "MozillaWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 133184, title: Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox, exe: firefox.exe, class: MozillaWindowClass)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "komorebi" [komorebi\src\window.rs:288] &exe_name = "explorer.exe" [komorebi\src\window.rs:289] &class = "CabinetWClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 197202, title: komorebi, exe: explorer.exe, class: CabinetWClass)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "AMD:CCCSlim-CapturingWindow" [komorebi\src\window.rs:288] &exe_name = "CCC.exe" [komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.2804c64_r6_ad1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Program Manager" [komorebi\src\window.rs:288] &exe_name = "explorer.exe" [komorebi\src\window.rs:289] &class = "Progman" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Windows PowerShell" [komorebi\src\window.rs:288] &exe_name = "powershell.exe" [komorebi\src\window.rs:289] &class = "ConsoleWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Matrix42 Software Depot" [komorebi\src\window.rs:288] &exe_name = "ERIS_UI.exe" [komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.878ded_r6_ad1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 65974, title: Matrix42 Software Depot, exe: ERIS_UI.exe, class: WindowsForms10.Window.8.app.0.878ded_r6_ad1)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code" [komorebi\src\window.rs:288] &exe_name = "Code.exe" [komorebi\src\window.rs:289] &class = "Chrome_WidgetWin_1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 264096, title: ● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox" [komorebi\src\window.rs:288] &exe_name = "firefox.exe" [komorebi\src\window.rs:289] &class = "MozillaWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 133184, title: Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox, exe: firefox.exe, class: MozillaWindowClass)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "komorebi" [komorebi\src\window.rs:288] &exe_name = "explorer.exe" [komorebi\src\window.rs:289] &class = "CabinetWClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 197202, title: komorebi, exe: explorer.exe, class: CabinetWClass)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "AMD:CCCSlim-CapturingWindow" [komorebi\src\window.rs:288] &exe_name = "CCC.exe" [komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.2804c64_r6_ad1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Program Manager" [komorebi\src\window.rs:288] &exe_name = "explorer.exe" [komorebi\src\window.rs:289] &class = "Progman" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "jetbrains_client64.exe", "Calculator", "wincompose.exe", "Matrix42 Software Depot", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", ] [komorebi\src\window.rs:287] &title = "Select Windows PowerShell" [komorebi\src\window.rs:288] &exe_name = "powershell.exe" [komorebi\src\window.rs:289] &class = "ConsoleWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "jetbrains_client64.exe", "Calculator", "wincompose.exe", "Matrix42 Software Depot", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", ] [komorebi\src\window.rs:287] &title = "Windows PowerShell" [komorebi\src\window.rs:288] &exe_name = "powershell.exe" [komorebi\src\window.rs:289] &class = "ConsoleWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "jetbrains_client64.exe", "Calculator", "wincompose.exe", "Matrix42 Software Depot", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", ] [komorebi\src\window.rs:287] &title = "Windows PowerShell" [komorebi\src\window.rs:288] &exe_name = "powershell.exe" [komorebi\src\window.rs:289] &class = "ConsoleWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "jetbrains_client64.exe", "Calculator", "wincompose.exe", "Matrix42 Software Depot", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", ] [komorebi\src\window.rs:287] &title = "Windows PowerShell" [komorebi\src\window.rs:288] &exe_name = "powershell.exe" [komorebi\src\window.rs:289] &class = "ConsoleWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "jetbrains_client64.exe", "Calculator", "wincompose.exe", "Matrix42 Software Depot", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", ] [komorebi\src\window.rs:287] &title = "● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code" [komorebi\src\window.rs:288] &exe_name = "Code.exe" [komorebi\src\window.rs:289] &class = "Chrome_WidgetWin_1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 264096, title: ● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "jetbrains_client64.exe", "Calculator", "wincompose.exe", "Matrix42 Software Depot", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", ] [komorebi\src\window.rs:287] &title = "● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code" [komorebi\src\window.rs:288] &exe_name = "Code.exe" [komorebi\src\window.rs:289] &class = "Chrome_WidgetWin_1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 264096, title: ● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "jetbrains_client64.exe", "Calculator", "wincompose.exe", "Matrix42 Software Depot", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", ] [komorebi\src\window.rs:287] &title = "● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code" [komorebi\src\window.rs:288] &exe_name = "Code.exe" [komorebi\src\window.rs:289] &class = "Chrome_WidgetWin_1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 264096, title: ● [komorebi\\src\\window.rs:285] &float_iden • Untitled-2 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "jetbrains_client64.exe", "Calculator", "wincompose.exe", "Matrix42 Software Depot", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", ] [komorebi\src\window.rs:287] &title = "Default IME" [komorebi\src\window.rs:288] &exe_name = "explorer.exe" [komorebi\src\window.rs:289] &class = "IME" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "jetbrains_client64.exe", "Calculator", "wincompose.exe", "Matrix42 Software Depot", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", ] [komorebi\src\window.rs:287] &title = "MSCTFIME UI" [komorebi\src\window.rs:288] &exe_name = "explorer.exe" [komorebi\src\window.rs:289] &class = "MSCTFIME UI" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "jetbrains_client64.exe", "Calculator", "wincompose.exe", "Matrix42 Software Depot", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", ] [komorebi\src\window.rs:287] &title = "Task Switching" [komorebi\src\window.rs:288] &exe_name = "explorer.exe" [komorebi\src\window.rs:289] &class = "MultitaskingViewFrame" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "jetbrains_client64.exe", "Calculator", "wincompose.exe", "Matrix42 Software Depot", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", ] [komorebi\src\window.rs:287] &title = "Task Switching" [komorebi\src\window.rs:288] &exe_name = "explorer.exe" [komorebi\src\window.rs:289] &class = "MultitaskingViewFrame" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "jetbrains_client64.exe", "Calculator", "wincompose.exe", "Matrix42 Software Depot", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", ] [komorebi\src\window.rs:287] &title = "Task Switching" [komorebi\src\window.rs:288] &exe_name = "explorer.exe" [komorebi\src\window.rs:289] &class = "MultitaskingViewFrame" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "jetbrains_client64.exe", "Calculator", "wincompose.exe", "Matrix42 Software Depot", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", ] [komorebi\src\window.rs:287] &title = "Windows PowerShell" [komorebi\src\window.rs:288] &exe_name = "powershell.exe" [komorebi\src\window.rs:289] &class = "ConsoleWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false ```
Author
Owner

@JSamir commented on GitHub (Jan 15, 2022):

This is the output of starting the app in powershell and then closing "that" app via click on X and going back to powershell for copypaste. Closing "that" app did not make the tile disappear, just the app (so nothing has changed).

[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Windows PowerShell"
[komorebi\src\window.rs:288] &exe_name = "powershell.exe"
[komorebi\src\window.rs:289] &class = "ConsoleWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "● second: • Untitled-4 - qmk_firmware - Visual Studio Code"
[komorebi\src\window.rs:288] &exe_name = "Code.exe"
[komorebi\src\window.rs:289] &class = "Chrome_WidgetWin_1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 264096, title: ● second: • Untitled-4 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox"
[komorebi\src\window.rs:288] &exe_name = "firefox.exe"
[komorebi\src\window.rs:289] &class = "MozillaWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 133184, title: Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox, exe: firefox.exe, class: MozillaWindowClass)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Matrix42 Software Depot"
[komorebi\src\window.rs:288] &exe_name = "ERIS_UI.exe"
[komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.878ded_r6_ad1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 65974, title: Matrix42 Software Depot, exe: ERIS_UI.exe, class: WindowsForms10.Window.8.app.0.878ded_r6_ad1)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "komorebi"
[komorebi\src\window.rs:288] &exe_name = "explorer.exe"
[komorebi\src\window.rs:289] &class = "CabinetWClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 197202, title: komorebi, exe: explorer.exe, class: CabinetWClass)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "AMD:CCCSlim-CapturingWindow"
[komorebi\src\window.rs:288] &exe_name = "CCC.exe"
[komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.2804c64_r6_ad1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Program Manager"
[komorebi\src\window.rs:288] &exe_name = "explorer.exe"
[komorebi\src\window.rs:289] &class = "Progman"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Windows PowerShell"
[komorebi\src\window.rs:288] &exe_name = "powershell.exe"
[komorebi\src\window.rs:289] &class = "ConsoleWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "● second: • Untitled-4 - qmk_firmware - Visual Studio Code"
[komorebi\src\window.rs:288] &exe_name = "Code.exe"
[komorebi\src\window.rs:289] &class = "Chrome_WidgetWin_1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 264096, title: ● second: • Untitled-4 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox"
[komorebi\src\window.rs:288] &exe_name = "firefox.exe"
[komorebi\src\window.rs:289] &class = "MozillaWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 133184, title: Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox, exe: firefox.exe, class: MozillaWindowClass)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Matrix42 Software Depot"
[komorebi\src\window.rs:288] &exe_name = "ERIS_UI.exe"
[komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.878ded_r6_ad1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 65974, title: Matrix42 Software Depot, exe: ERIS_UI.exe, class: WindowsForms10.Window.8.app.0.878ded_r6_ad1)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "komorebi"
[komorebi\src\window.rs:288] &exe_name = "explorer.exe"
[komorebi\src\window.rs:289] &class = "CabinetWClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:329] self.to_string() = "(hwnd: 197202, title: komorebi, exe: explorer.exe, class: CabinetWClass)"
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "AMD:CCCSlim-CapturingWindow"
[komorebi\src\window.rs:288] &exe_name = "CCC.exe"
[komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.2804c64_r6_ad1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
]
[komorebi\src\window.rs:287] &title = "Program Manager"
[komorebi\src\window.rs:288] &exe_name = "explorer.exe"
[komorebi\src\window.rs:289] &class = "Progman"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "jetbrains_client64.exe",
    "wincompose.exe",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "Calculator",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
    "Matrix42 Software Depot",
]
[komorebi\src\window.rs:287] &title = "Matrix42 Software Depot"
[komorebi\src\window.rs:288] &exe_name = "ERIS_UI.exe"
[komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.878ded_r6_ad1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = true
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = true
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = true
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "jetbrains_client64.exe",
    "wincompose.exe",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "Calculator",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
    "Matrix42 Software Depot",
]
[komorebi\src\window.rs:287] &title = "Matrix42 Software Depot"
[komorebi\src\window.rs:288] &exe_name = "ERIS_UI.exe"
[komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.878ded_r6_ad1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = true
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = true
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = true
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "jetbrains_client64.exe",
    "wincompose.exe",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "Calculator",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
    "Matrix42 Software Depot",
]
[komorebi\src\window.rs:287] &title = "Matrix42 Software Depot"
[komorebi\src\window.rs:288] &exe_name = "ERIS_UI.exe"
[komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.878ded_r6_ad1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = true
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = true
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = true
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "jetbrains_client64.exe",
    "wincompose.exe",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "Calculator",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
    "Matrix42 Software Depot",
]
[komorebi\src\window.rs:287] &title = "Matrix42 Software Depot"
[komorebi\src\window.rs:288] &exe_name = "ERIS_UI.exe"
[komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.878ded_r6_ad1"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = true
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = true
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = true
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "jetbrains_client64.exe",
    "wincompose.exe",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "Calculator",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
    "Matrix42 Software Depot",
]
[komorebi\src\window.rs:287] &title = "Windows PowerShell"
[komorebi\src\window.rs:288] &exe_name = "powershell.exe"
[komorebi\src\window.rs:289] &class = "ConsoleWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "jetbrains_client64.exe",
    "wincompose.exe",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "Calculator",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
    "Matrix42 Software Depot",
]
[komorebi\src\window.rs:287] &title = "Windows PowerShell"
[komorebi\src\window.rs:288] &exe_name = "powershell.exe"
[komorebi\src\window.rs:289] &class = "ConsoleWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "jetbrains_client64.exe",
    "wincompose.exe",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "Calculator",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
    "Matrix42 Software Depot",
]
[komorebi\src\window.rs:287] &title = "Windows PowerShell"
[komorebi\src\window.rs:288] &exe_name = "powershell.exe"
[komorebi\src\window.rs:289] &class = "ConsoleWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "jetbrains_client64.exe",
    "wincompose.exe",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "Calculator",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
    "Matrix42 Software Depot",
]
[komorebi\src\window.rs:287] &title = "Windows PowerShell"
[komorebi\src\window.rs:288] &exe_name = "powershell.exe"
[komorebi\src\window.rs:289] &class = "ConsoleWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "jetbrains_client64.exe",
    "wincompose.exe",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "Calculator",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
    "Matrix42 Software Depot",
]
[komorebi\src\window.rs:287] &title = "Windows PowerShell"
[komorebi\src\window.rs:288] &exe_name = "powershell.exe"
[komorebi\src\window.rs:289] &class = "ConsoleWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "jetbrains_client64.exe",
    "wincompose.exe",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "Calculator",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
    "Matrix42 Software Depot",
]
[komorebi\src\window.rs:287] &title = "Select Windows PowerShell"
[komorebi\src\window.rs:288] &exe_name = "powershell.exe"
[komorebi\src\window.rs:289] &class = "ConsoleWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
[komorebi\src\window.rs:285] &float_identifiers = [
    "OPContainerClass",
    "IHWindowClass",
    "jetbrains_client64.exe",
    "wincompose.exe",
    "SunAwtDialog",
    "Control Panel",
    "TaskManagerWindow",
    "Calculator",
    "ERIS_UI.exe",
    "WindowsForms10.Window.8.app.0.878ded_r6_ad1",
    "Matrix42 Software Depot",
]
[komorebi\src\window.rs:287] &title = "Windows PowerShell"
[komorebi\src\window.rs:288] &exe_name = "powershell.exe"
[komorebi\src\window.rs:289] &class = "ConsoleWindowClass"
[komorebi\src\window.rs:291] float_identifiers.contains(&title) = false
[komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false
[komorebi\src\window.rs:293] float_identifiers.contains(&class) = false
@JSamir commented on GitHub (Jan 15, 2022): This is the output of starting the app in powershell and then closing "that" app via click on X and going back to powershell for copypaste. Closing "that" app did not make the tile disappear, just the app (so nothing has changed). ``` [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Windows PowerShell" [komorebi\src\window.rs:288] &exe_name = "powershell.exe" [komorebi\src\window.rs:289] &class = "ConsoleWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "● second: • Untitled-4 - qmk_firmware - Visual Studio Code" [komorebi\src\window.rs:288] &exe_name = "Code.exe" [komorebi\src\window.rs:289] &class = "Chrome_WidgetWin_1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 264096, title: ● second: • Untitled-4 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox" [komorebi\src\window.rs:288] &exe_name = "firefox.exe" [komorebi\src\window.rs:289] &class = "MozillaWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 133184, title: Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox, exe: firefox.exe, class: MozillaWindowClass)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Matrix42 Software Depot" [komorebi\src\window.rs:288] &exe_name = "ERIS_UI.exe" [komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.878ded_r6_ad1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 65974, title: Matrix42 Software Depot, exe: ERIS_UI.exe, class: WindowsForms10.Window.8.app.0.878ded_r6_ad1)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "komorebi" [komorebi\src\window.rs:288] &exe_name = "explorer.exe" [komorebi\src\window.rs:289] &class = "CabinetWClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 197202, title: komorebi, exe: explorer.exe, class: CabinetWClass)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "AMD:CCCSlim-CapturingWindow" [komorebi\src\window.rs:288] &exe_name = "CCC.exe" [komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.2804c64_r6_ad1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Program Manager" [komorebi\src\window.rs:288] &exe_name = "explorer.exe" [komorebi\src\window.rs:289] &class = "Progman" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Windows PowerShell" [komorebi\src\window.rs:288] &exe_name = "powershell.exe" [komorebi\src\window.rs:289] &class = "ConsoleWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "● second: • Untitled-4 - qmk_firmware - Visual Studio Code" [komorebi\src\window.rs:288] &exe_name = "Code.exe" [komorebi\src\window.rs:289] &class = "Chrome_WidgetWin_1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 264096, title: ● second: • Untitled-4 - qmk_firmware - Visual Studio Code, exe: Code.exe, class: Chrome_WidgetWin_1)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox" [komorebi\src\window.rs:288] &exe_name = "firefox.exe" [komorebi\src\window.rs:289] &class = "MozillaWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 133184, title: Manage rules and tray settings do not work for certain application · Issue #93 · LGUG2Z/komorebi - Mozilla Firefox, exe: firefox.exe, class: MozillaWindowClass)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Matrix42 Software Depot" [komorebi\src\window.rs:288] &exe_name = "ERIS_UI.exe" [komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.878ded_r6_ad1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 65974, title: Matrix42 Software Depot, exe: ERIS_UI.exe, class: WindowsForms10.Window.8.app.0.878ded_r6_ad1)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "komorebi" [komorebi\src\window.rs:288] &exe_name = "explorer.exe" [komorebi\src\window.rs:289] &class = "CabinetWClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:329] self.to_string() = "(hwnd: 197202, title: komorebi, exe: explorer.exe, class: CabinetWClass)" [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "AMD:CCCSlim-CapturingWindow" [komorebi\src\window.rs:288] &exe_name = "CCC.exe" [komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.2804c64_r6_ad1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", ] [komorebi\src\window.rs:287] &title = "Program Manager" [komorebi\src\window.rs:288] &exe_name = "explorer.exe" [komorebi\src\window.rs:289] &class = "Progman" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "jetbrains_client64.exe", "wincompose.exe", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "Calculator", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", "Matrix42 Software Depot", ] [komorebi\src\window.rs:287] &title = "Matrix42 Software Depot" [komorebi\src\window.rs:288] &exe_name = "ERIS_UI.exe" [komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.878ded_r6_ad1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = true [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = true [komorebi\src\window.rs:293] float_identifiers.contains(&class) = true [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "jetbrains_client64.exe", "wincompose.exe", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "Calculator", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", "Matrix42 Software Depot", ] [komorebi\src\window.rs:287] &title = "Matrix42 Software Depot" [komorebi\src\window.rs:288] &exe_name = "ERIS_UI.exe" [komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.878ded_r6_ad1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = true [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = true [komorebi\src\window.rs:293] float_identifiers.contains(&class) = true [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "jetbrains_client64.exe", "wincompose.exe", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "Calculator", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", "Matrix42 Software Depot", ] [komorebi\src\window.rs:287] &title = "Matrix42 Software Depot" [komorebi\src\window.rs:288] &exe_name = "ERIS_UI.exe" [komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.878ded_r6_ad1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = true [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = true [komorebi\src\window.rs:293] float_identifiers.contains(&class) = true [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "jetbrains_client64.exe", "wincompose.exe", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "Calculator", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", "Matrix42 Software Depot", ] [komorebi\src\window.rs:287] &title = "Matrix42 Software Depot" [komorebi\src\window.rs:288] &exe_name = "ERIS_UI.exe" [komorebi\src\window.rs:289] &class = "WindowsForms10.Window.8.app.0.878ded_r6_ad1" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = true [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = true [komorebi\src\window.rs:293] float_identifiers.contains(&class) = true [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "jetbrains_client64.exe", "wincompose.exe", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "Calculator", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", "Matrix42 Software Depot", ] [komorebi\src\window.rs:287] &title = "Windows PowerShell" [komorebi\src\window.rs:288] &exe_name = "powershell.exe" [komorebi\src\window.rs:289] &class = "ConsoleWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "jetbrains_client64.exe", "wincompose.exe", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "Calculator", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", "Matrix42 Software Depot", ] [komorebi\src\window.rs:287] &title = "Windows PowerShell" [komorebi\src\window.rs:288] &exe_name = "powershell.exe" [komorebi\src\window.rs:289] &class = "ConsoleWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "jetbrains_client64.exe", "wincompose.exe", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "Calculator", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", "Matrix42 Software Depot", ] [komorebi\src\window.rs:287] &title = "Windows PowerShell" [komorebi\src\window.rs:288] &exe_name = "powershell.exe" [komorebi\src\window.rs:289] &class = "ConsoleWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "jetbrains_client64.exe", "wincompose.exe", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "Calculator", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", "Matrix42 Software Depot", ] [komorebi\src\window.rs:287] &title = "Windows PowerShell" [komorebi\src\window.rs:288] &exe_name = "powershell.exe" [komorebi\src\window.rs:289] &class = "ConsoleWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "jetbrains_client64.exe", "wincompose.exe", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "Calculator", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", "Matrix42 Software Depot", ] [komorebi\src\window.rs:287] &title = "Windows PowerShell" [komorebi\src\window.rs:288] &exe_name = "powershell.exe" [komorebi\src\window.rs:289] &class = "ConsoleWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "jetbrains_client64.exe", "wincompose.exe", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "Calculator", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", "Matrix42 Software Depot", ] [komorebi\src\window.rs:287] &title = "Select Windows PowerShell" [komorebi\src\window.rs:288] &exe_name = "powershell.exe" [komorebi\src\window.rs:289] &class = "ConsoleWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false [komorebi\src\window.rs:285] &float_identifiers = [ "OPContainerClass", "IHWindowClass", "jetbrains_client64.exe", "wincompose.exe", "SunAwtDialog", "Control Panel", "TaskManagerWindow", "Calculator", "ERIS_UI.exe", "WindowsForms10.Window.8.app.0.878ded_r6_ad1", "Matrix42 Software Depot", ] [komorebi\src\window.rs:287] &title = "Windows PowerShell" [komorebi\src\window.rs:288] &exe_name = "powershell.exe" [komorebi\src\window.rs:289] &class = "ConsoleWindowClass" [komorebi\src\window.rs:291] float_identifiers.contains(&title) = false [komorebi\src\window.rs:292] float_identifiers.contains(&exe_name) = false [komorebi\src\window.rs:293] float_identifiers.contains(&class) = false ```
Author
Owner

@LGUG2Z commented on GitHub (Jan 15, 2022):

From these logs, it seems that ERIS_UI.exe is being started before the float_identifiers have been populated with user options via the CLI (which makes sense because user options are not loaded at startup but once the komorebic connection socket has been opened), and so it gets managed as a regular Window.

I will try to recreate this with some apps on my computer. If this is the case, I think that we can ensure that managed windows which match a new float rule are removed from the state when the komorebic float-rule command is processed. 🤞

I will try to spend some time on this in the next couple of days.

@LGUG2Z commented on GitHub (Jan 15, 2022): From these logs, it seems that ERIS_UI.exe is being started before the `float_identifiers` have been populated with user options via the CLI (which makes sense because user options are not loaded at startup but once the komorebic connection socket has been opened), and so it gets managed as a regular Window. I will try to recreate this with some apps on my computer. If this is the case, I think that we can ensure that managed windows which match a new float rule are removed from the state when the `komorebic float-rule` command is processed. 🤞 I will try to spend some time on this in the next couple of days.
Author
Owner

@LGUG2Z commented on GitHub (Jan 15, 2022):

I was able to recreate this issue to an extent, though after closing the window of the offending application, the layout was updated. I pushed another commit on the same branch to purge any windows that match any new float rules from the visible workspace on every connected monitor; let me know how this works out for that ERIS_UI.exe.

@LGUG2Z commented on GitHub (Jan 15, 2022): I was able to recreate this issue to an extent, though after closing the window of the offending application, the layout was updated. I pushed another commit on the same branch to purge any windows that match any new float rules from the visible workspace on every connected monitor; let me know how this works out for that `ERIS_UI.exe`.
Author
Owner

@JSamir commented on GitHub (Jan 17, 2022):

With this patch, when first starting komorebi I can see the offending window for a second and then it's gone. So I do not need to close it myself.

It's unfortunate that it can be seen for a second, but for me not an issue since I won't see it again for that session.

So for me with this patch the issue is resolved.

@JSamir commented on GitHub (Jan 17, 2022): With this patch, when first starting komorebi I can see the offending window for a second and then it's gone. So I do not need to close it myself. It's unfortunate that it can be seen for a second, but for me not an issue since I won't see it again for that session. So for me with this patch the issue is resolved.
Author
Owner

@LGUG2Z commented on GitHub (Jan 17, 2022):

Glad this has resolved the issue. I will merge this to the master branch and make sure it is included in the next release.

@LGUG2Z commented on GitHub (Jan 17, 2022): Glad this has resolved the issue. I will merge this to the master branch and make sure it is included in the next release.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#71