mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
unfloat rule or tile-rule? #103
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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. 🎉