fuhsjr00 / bug.n

Tiling Window Manager for Windows
GNU General Public License v3.0
3.37k stars 214 forks source link

Can't close window without ending in task manager #116

Closed ghost closed 8 years ago

ghost commented 8 years ago

Currently using windows 10 pro, and any time I copy/paste a file from one drive to another, the windows transfer dialog opens, but won't close once the transfer is complete. I have to use task manager to restart explorer.exe to get rid of the dialog. This problem is linked to my bug.n setup as it doesn't occur when bug.n is closed. I've had this happen with a select few other programs (can't remember which).

joten commented 8 years ago

You may set a "Config_rule" like Config_rule_#11=OperationStatusWindow;.*;;0;0;0;1;1;0; excluding the window from being managed. You will need the class name or/ and title to identify the window (retreivable with Wini) as documented in doc/Configuring_rules.

ghost commented 8 years ago

Seems to be fixed. I'll open another ticket if it happens again and I can't resolve it. Thanks!