mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
How not to tile progress window with "pasting" progress #107
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 @Lethaquell on GitHub (Jul 14, 2022).
So I'm copy then paste some folder/file, explorer.exe creates a window that shows pasting progress and it auto tiling and taking 50% of my monitor space (if there was only 1 window at workspace opened).
Is there way to handle windows like this? Or maybe even moving them along the screen? Like put this progress window to my bottom-left corner or smth like that.
P.S.
For some reason on my working machine it (paste progress window) sometimes just disappears (as expected) at the end and previous window not tiling to a full width (like before) for some reason. Not sure if it's on my end, or not.
@LGUG2Z commented on GitHub (Jul 14, 2022):
This should be handled by this rule in the configuration repo - you can either generate an AHK config to import based on those roles or add the single rule individually by hand:
komorebic.exe float-rule class OperationStatusWindow@Lethaquell commented on GitHub (Jul 15, 2022):
@LGUG2Z
Your example definitely works well, thanks!
Is there any reference texts when I can read more about class names for windows? To apply various rules for them.
And I should also look into link you've mentioned. Guess I'll stick to manually configuring all the applications through this.