I need to configure some windows that should be ignored.
I have utilities that use YAD to display the windows. The problem is that the windows displayed with YAD don't have a class. At least, it doesn't show the class using either xprop or wmctrl.
So I could use the name, but the configuration only allows using names to allow what was denied by the class search.
As it says in the documentation:
["WM_CLASS", "WM_NAME"] = ["ignore all windows with this class", "but allow those with this name"]
Isn't there really a way to add windows to the ignore list just by name?
I need to configure some windows that should be ignored.
I have utilities that use YAD to display the windows. The problem is that the windows displayed with YAD don't have a class. At least, it doesn't show the class using either xprop or wmctrl.
So I could use the name, but the configuration only allows using names to allow what was denied by the class search.
As it says in the documentation:
["WM_CLASS", "WM_NAME"] = ["ignore all windows with this class", "but allow those with this name"]Isn't there really a way to add windows to the ignore list just by name?