From d48f1e023ba7b83f9eb3fe27dd87b97f9e66329b Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sat, 31 Aug 2013 12:32:12 +0200 Subject: [PATCH] Use primary selection as before Signed-off-by: Sebastian Ramacher --- config.c | 2 +- zathurarc.5.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.c b/config.c index d5fb533..ecb8075 100644 --- a/config.c +++ b/config.c @@ -223,7 +223,7 @@ config_load_default(zathura_t* zathura) girara_setting_add(gsession, "statusbar-basename", &bool_value, BOOLEAN, false, _("Use basename of the file in the statusbar"), NULL, NULL); bool_value = false; girara_setting_add(gsession, "synctex", &bool_value, BOOLEAN, false, _("Enable synctex support"), NULL, NULL); - string_value = "clipboard"; + string_value = "primary"; girara_setting_add(gsession, "selection-clipboard", string_value, STRING, false, _("The clipboard into which mouse-selected data will be written"), NULL, NULL); /* define default shortcuts */ diff --git a/zathurarc.5.rst b/zathurarc.5.rst index c7c520f..56cb71b 100644 --- a/zathurarc.5.rst +++ b/zathurarc.5.rst @@ -758,7 +758,7 @@ data will be written to the PRIMARY clipboard, and can be pasted using the middle mouse button, or the Shift-Insert key combination. * Value type: String -* Default value: clipbaord +* Default value: primary SEE ALSO ========