How not to tile progress window with "pasting" progress #107

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

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.

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.
adam closed this issue 2026-01-05 14:48:22 +01:00
Author
Owner

@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

@LGUG2Z commented on GitHub (Jul 14, 2022): This should be handled by [this rule in the configuration repo](https://github.com/LGUG2Z/komorebi-application-specific-configuration/blob/master/applications.yaml#L239) - 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`
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#107