From 6b6f4fd4693f5c0885367485f7ab3f5b4bb55c36 Mon Sep 17 00:00:00 2001 From: Yacine Date: Sat, 11 Jul 2020 13:07:29 +0200 Subject: [PATCH] Let zathura use the normal clipboard Letting zathura use the standard clipboard by default makes using it more intuitive. We just have to select the zone to copy with our cursor and then it is directly usable with a CTRL-V in any windows. --- .config/zathura/zathurarc | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 9fa50ca3..dc45337a 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -1,6 +1,7 @@ set statusbar-h-padding 0 set statusbar-v-padding 0 set page-padding 1 +set selection-clipboard clipboard map u scroll half-up map d scroll half-down map D toggle_page_mode