cdown / clipmenu

Clipboard management using dmenu
MIT License
1.1k stars 90 forks source link

Add option to disable copy on select #189

Closed xero-lib closed 2 years ago

xero-lib commented 2 years ago

I'd really appreciate an option to disable copy on select, because I read things by highlighting them so I don't lose my spot.

cdown commented 2 years ago

Hi! That's just how the X PRIMARY clipboard works.

Use CM_SELECTIONS=clipboard if you don't want the primary clipboard to be managed by clipmenu.

iambeingtracked commented 2 years ago

But how is that possible with copyq? Copy on select is disabled there? Do they use a different buffer?