fuhsjr00 / bug.n

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

Why some applications don't tile like ex. Neovim (qt), VLC? They got also title bar visible just above window. #160

Closed lluke777 closed 6 years ago

joten commented 6 years ago

VLC is qritten with Qt, too, I think, and there is Config_rule_#4=QWidget;.*;;1;0;0;0;0;0;, which relates to the corresponding windows. Did you change Config_rule_#4 or replaced it?

lluke777 commented 6 years ago

I got the same line. I didn't change anything at rules. Config_rule_#4=QWidget;.*;;1;0;0;0;0;0; How it should look like to prevent that problem?

joten commented 6 years ago

Which version of VLC are aou using? Perhaps they moved to Qt5, in which case you would need a something like Config_rule=Qt5QWindowIcon;.*;;1;0;0;0;0;0;.

You may use the hotkey Wini for showing the window information of the currently active window. Please post the line starting with Config_rule from the results here.