fuhsjr00 / bug.n

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

Is it possible to disable this pop-up? #241

Open yoghurt-x86 opened 4 years ago

yoghurt-x86 commented 4 years ago

If i open up a fullscreen app, my screen might change resolution and results in this pop-up: image The pop-up takes focus away from the fullscreen app which makes it exit fullscreen, so i can't use the app. Would be nice if bug.n could just ignore it and run as if nothing changed.

jfecher commented 4 years ago

I had the same issue and searched through the code and found the message was guarded by the config option:

`Config_monitorDisplayChangeMessages=ask`

If set to "ask", bug.n reacts on `WM_DISPLAYCHANGE` system messages asking to 
reset the monitor configuration, e.g. if a monitor is dis-/connected or the 
monitor resolution is changed. If set to "on", bug.n acts without asking, if 
set to "off" or false (`=0`), bug.n ignores these system messages.

So set it to either on or off to remove the popup. If you're trying to fullscreen an app like a game that wants resolution control I'd set it to on

schkr commented 4 years ago

Agreed. Set to "on", and let bug.n take care of it. 9+ Monitor config with 4 Tags... set to "on" :)