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
```
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
```
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
@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
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @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:
@LGUG2Z commented on GitHub (Jun 27, 2022):
I think this command should be able to do what you are looking for:
@calendulish commented on GitHub (Jun 28, 2022):
actually it's not working. after float-rule on class the manage-rule command does nothing using title
@LGUG2Z commented on GitHub (Jun 28, 2022):
@ShyPixie this is now fixed on the
masterbranch. 🎉