feat: copy to both clipboard and primary on wayland - #241
paulfariello wants to merge 1 commit into
Conversation
copy/paste action on wayland clipboarder allow for copying to both clipboard and primary. Add the exact same behavior to the copy action.
|
This is the same behavior as for |
|
@fdw yes the same behavior as for xclip. The main workflow is when copying for pasting in a terminal with middle click (so from the principal clipboard). When doing the copy rofi doesn't know where the user want to paste so it seems ok to copy in all "selection". |
|
I meant that currently, all clipboarders only use the Also, please let me think if I want to hide this behind a configuration. It seems a bit destructive to change both clipboards. |
|
Sorry, I've been quite busy (and expect to stay that way, too). To make some progress, could you please update the other clipboarders to use the same mechanism as well? |
|
@paulfariello If you still want this change, could you please update the PR to have the same behavior in all clipboarders? |
|
As I can't see any interest in this anymore, I'll close the PR. Feel free to re-open one with similar functionality, but please make it identical over all clipboarders. |
copy/paste action on wayland clipboarder allow for copying to both clipboard and primary.
Add the exact same behavior to the copy action.