mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 06:56:00 +01:00
Use primary selection as before
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
d09cd5c62c
commit
d48f1e023b
2 changed files with 2 additions and 2 deletions
2
config.c
2
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 */
|
||||
|
|
|
@ -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
|
||||
========
|
||||
|
|
Loading…
Reference in a new issue