How do I make Zathura copy selected text to the system clipboard?
I'm using Zathura with the poppler PDF plugin.
How do I make Zathura copy selected text to the system clipboard?
I'm using Zathura with the poppler PDF plugin.
Add set selection-clipboard clipboard in the config file ~/.config/zathura/zathurarc or /etc/zathurarc.
set selection-clipboard clipboard
in zathura's config file at /etc/config/zathurarc or ~/.config/zathura/zathurarc just as @peterh said. The selection will
then be copied to the clipboard that can be accessed by Ctrl+V.As @peterh said in the comment on the OP's question, When you select the text region with mouse it will be copied to your clipboard automatically