Let zathura use the normal clipboard (#757)

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.
This commit is contained in:
Yacine 2020-07-28 17:52:56 +02:00 committed by GitHub
parent 2a1b7fc3d1
commit 4589bb0a8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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