Closed jrrtck closed 5 years ago
Now you can specify, which windows should be ignored. This is case insensitive regexp, that will be applied to window name.
Unfortunately it doesn't work for Qt apps - they report selection owner differently than others, pending further research.
fix for #48
I've added backup approach to try in a case XGetSelectionOwner fails. It works with Qt quite well.
Now you can specify, which windows should be ignored. This is case insensitive regexp, that will be applied to window name.
Unfortunately it doesn't work for Qt apps - they report selection owner differently than others, pending further research.