unfloat rule or tile-rule? #103

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

Originally created by @calendulish on GitHub (Jun 27, 2022).

So, I use Steam. Komorebi sometimes pick dialog and notifications windows from Steam. All these windows use the same vguiPopupWindow class, so I can float it but at same time, I want to exclude other windows (like main steam client window). In theory I can do it using the title, but currently komorebic doesn't have a function to do something like:

komorebic float-rule class vguiPopupWindow
komorebic tile-rule title Steam // unfloat-rule
Originally created by @calendulish on GitHub (Jun 27, 2022). So, I use Steam. Komorebi sometimes pick dialog and notifications windows from Steam. All these windows use the same vguiPopupWindow class, so I can float it but at same time, I want to exclude other windows (like main steam client window). In theory I can do it using the title, but currently komorebic doesn't have a function to do something like: ``` komorebic float-rule class vguiPopupWindow komorebic tile-rule title Steam // unfloat-rule ```
adam closed this issue 2026-01-05 14:48:21 +01:00
Author
Owner

@LGUG2Z commented on GitHub (Jun 27, 2022):

I think this command should be able to do what you are looking for:

komorebic.exe-manage-rule
Add a rule to always manage the specified application

USAGE:
    komorebic.exe manage-rule <IDENTIFIER> <ID>

ARGS:
    <IDENTIFIER>    [possible values: exe, class, title]
    <ID>            Identifier as a string

OPTIONS:
    -h, --help    Print help information
@LGUG2Z commented on GitHub (Jun 27, 2022): I think this command should be able to do what you are looking for: ``` komorebic.exe-manage-rule Add a rule to always manage the specified application USAGE: komorebic.exe manage-rule <IDENTIFIER> <ID> ARGS: <IDENTIFIER> [possible values: exe, class, title] <ID> Identifier as a string OPTIONS: -h, --help Print help information ```
Author
Owner

@calendulish commented on GitHub (Jun 28, 2022):

I think this command should be able to do what you are looking for[...]

actually it's not working. after float-rule on class the manage-rule command does nothing using title

@calendulish commented on GitHub (Jun 28, 2022): > I think this command should be able to do what you are looking for[...] actually it's not working. after float-rule on class the manage-rule command does nothing using title
Author
Owner

@LGUG2Z commented on GitHub (Jun 28, 2022):

@ShyPixie this is now fixed on the master branch. 🎉

komorebic float-rule class vguiPopupWindow
komorebic manage-rule title Steam
@LGUG2Z commented on GitHub (Jun 28, 2022): @ShyPixie this is now fixed on the `master` branch. 🎉 ```powershell komorebic float-rule class vguiPopupWindow komorebic manage-rule title Steam ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#103