mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: Dialog Popups, Curse Them! #308
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 @RawPerfect on GitHub (Mar 5, 2024).
Mostly this happens with Gimp and Unity - both these programs often spawn popups for selecting options such as color wheel and asset selection. But anything involving brief popups is very annoying since komorebi tiles it like a normal window. This leads to a pretty obnoxious workflow and can screw up views (you're trying to select a color but now the view is shifted so you can't even see what you're coloring).
Describe the solution you'd like
The option not to tile popups. Though, really, I don't see why you would ever want to tile popups.
@LGUG2Z commented on GitHub (Mar 5, 2024):
There is no way to target "all popups" unfortunately. When you see an annoying popup, run
komorebic visible-windows, create a float rule and add it to your ownkomorebi.json, and, if you think that 99% of people will want that particular popup ignored by default, please make a PR tokomorebi-application-specific-configuration(example) so that when users runkomorebic fetch-ascin the future, the rule will be transparently applied for them.