CristianHenzel / ClipIt

ClipIt clipboard manager for GTK+
https://github.com/CristianHenzel/ClipIt
GNU General Public License v3.0
645 stars 83 forks source link

Make it possible to ignore clipboard content coming from certain windows #111

Closed jrrtck closed 5 years ago

jrrtck commented 5 years ago

Now you can specify, which windows should be ignored. This is case insensitive regexp, that will be applied to window name.

exclude-windows

Unfortunately it doesn't work for Qt apps - they report selection owner differently than others, pending further research.

jrrtck commented 5 years ago

fix for #48

jrrtck commented 5 years ago

I've added backup approach to try in a case XGetSelectionOwner fails. It works with Qt quite well.