Closed AckslD closed 3 years ago
Is is possible to disable passive selection (not sure this is the correct name)? I.e to only add entries to the history if they are explicitly copied and not if they are only selected?
Assuming that these come via the PRIMARY selection, you can just disable collection of it by only requesting CLIPBOARD:
PRIMARY
CLIPBOARD
CM_SELECTIONS=clipboard clipmenud
Nice, thanks @cdown!
Is is possible to disable passive selection (not sure this is the correct name)? I.e to only add entries to the history if they are explicitly copied and not if they are only selected?