Filtering

windows_to_ignore

there are certain windows that don't play nicely with WinWM, "windows_to_ignore" is an array of strings that contain either the name of a window or the name of the class it belongs to, the matching works on a substring basis, so you only need a part of the name. An example value for this Config might be : ["Notepad++", "keypirinha"]

By default, this value is []