fuhsjr00 / bug.n

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

Excluding class of SDL_app breaks the info bar #268

Closed Yazir closed 3 years ago

Yazir commented 3 years ago

image I am developing an SDL app. I noticed if that app is under bug.n 'influence' it stops rendering properly, this is why I excluded it in config Config_rule_#3=SDL_app;sdl game app;;0;1;1;0;0;0;

Having SDL_app be in the class field however, breaks the bug.n hover bar and makes it another manageable window.

Yazir commented 3 years ago

Alright. I didn't realize I am overriding the default rules (thought these were optional). It is not an issue with SDL_app class.

What got me thinking this way is that I didn't know of Config_ruleCount argument (it is not in the default config example, although it should be) at https://raw.githubusercontent.com/wiki/fuhsjr00/bug.n/Configuration-examples/default_01.ini .

So with me just appending the config rule number not changing ruleCount didn't do anything, which was the reason i thought the commented rules were optional.