fuhsjr00 / bug.n

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

Borderless windows span to all views #182

Open spadino opened 6 years ago

spadino commented 6 years ago

Just noticed that games, when run in borderless, span to all views. Is it an intended feature?

joten commented 6 years ago

Not deliberately. Try the hotkey Wini, when the window is active, to get the window information. It may be, that

You may set a rule regarding the window; have a look at doc/Configuring_rules.

spadino commented 6 years ago

That's the output of win+i:

ID: 0x9086e class: FrontierDevelopmentsAppWinClass title: Elite - Dangerous (CLIENT) [hidden] process: EliteDangerous64.exe [8548] style: 0x94020000 metrics: x: 0, y: 0, width: 1920, height: 1080 tags: --

Config_rule=FrontierDevelopmentsAppWinClass;Elite - Dangerous (CLIENT);;0;;;;;1;

I tried setting it like the other rules I have, but it seems to not obeying any rule. I tried also in windoweb mode, same behavior...

joten commented 6 years ago

It seems to be a pop-up than (style contains 0x80000000); you may try the following Config.ini line: Config_rule_#4=FrontierDevelopmentsAppWinClass;.*;;1;0;0;0;0;0;

spadino commented 6 years ago

Thanks, genius... It works! ;)