fuhsjr00 / bug.n

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

PyQt Application not managed #180

Closed MartyBeGood closed 6 years ago

MartyBeGood commented 6 years ago

An explorer replacement I use (fman) is not being managed by bug.n Win+i gives me:

ID: 0x70946
class:  Qt5QWindowIcon
title:  fman [hidden]
process:    fman.exe [10988]
style:  0x96CF0000
metrics:    x: -670, y: 558, width: 528, height: 268
tags:   --

Config_rule=Qt5QWindowIcon;fman;;0;;;;;1;

My Config. ini has the following rules:

Config_rule=Qt5QWindowIcon;.*;;1;0;0;0;0;0;
Config_rule=Qt5QWindowIcon;fman.*;;1;0;0;0;0;0;

What am I missing?

MartyBeGood commented 6 years ago

Found it. A restart of fman did it.