I would like to have new selections copied from CLIPBOARD to PRIMARY, but not vice versa. Ideally, I would like to do so without enabling the history feature.
(xcmenu supposedly does this, but it seems to be buggy and its maintenance history isn't promising. I'm not aware of any other no-GUI clipboard manager that can.)
I can put in a PR, if you're willing to offer opinions on:
- how the configuration should be set up,
- how unidirectional sync should interact with history, and
- whether it's really necessary to sync only between "active" selections. (It seems to me that it's not, but perhaps there's a technical reason I haven't spotted just from looking over the code.)
Thanks!