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