diff options
| author | Yacine <YacineSahli@users.noreply.github.com> | 2020-07-28 17:52:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-28 11:52:56 -0400 |
| commit | 4589bb0a8b04473ccc0c027c0ba835acdf289689 (patch) | |
| tree | 865fceeb55f081a8de613fd09942105ca5a76ee6 /.config/zathura/zathurarc | |
| parent | 2a1b7fc3d1f758c7625fb5ab66e5f770b3f3b864 (diff) | |
| download | eibhear-4589bb0a8b04473ccc0c027c0ba835acdf289689.tar.gz eibhear-4589bb0a8b04473ccc0c027c0ba835acdf289689.tar.zst eibhear-4589bb0a8b04473ccc0c027c0ba835acdf289689.zip | |
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.
Diffstat (limited to '.config/zathura/zathurarc')
| -rw-r--r-- | .config/zathura/zathurarc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 9fa50ca..dc45337 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 |
