Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
d48f1e02
Commit
d48f1e02
authored
Aug 31, 2013
by
Sebastian Ramacher
Browse files
Use primary selection as before
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
d09cd5c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
config.c
View file @
d48f1e02
...
...
@@ -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
=
"
clipbo
ar
d
"
;
string_value
=
"
prim
ar
y
"
;
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 */
...
...
zathurarc.5.rst
View file @
d48f1e02
...
...
@@ -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
========
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment