mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-08 14:16:00 +01:00
Updated manpage
This commit is contained in:
parent
741e247551
commit
c0b64c85e9
2 changed files with 8 additions and 7 deletions
|
@ -223,6 +223,7 @@ Setting settings[] = {
|
||||||
{"statusbar_bgcolor", &(statusbar_bgcolor), 's', FALSE, TRUE, "Statusbar background color"},
|
{"statusbar_bgcolor", &(statusbar_bgcolor), 's', FALSE, TRUE, "Statusbar background color"},
|
||||||
{"statusbar_fgcolor", &(statusbar_fgcolor), 's', FALSE, TRUE, "Statusbar foreground color"},
|
{"statusbar_fgcolor", &(statusbar_fgcolor), 's', FALSE, TRUE, "Statusbar foreground color"},
|
||||||
{"transparency", &(transparency), 'f', FALSE, FALSE, "Transparency of rectangles"},
|
{"transparency", &(transparency), 'f', FALSE, FALSE, "Transparency of rectangles"},
|
||||||
|
{"uri_command", &(uri_command), 's', FALSE, FALSE, "Command for opening URIs"},
|
||||||
{"width", &(default_width), 'i', FALSE, FALSE, "Default window width"},
|
{"width", &(default_width), 'i', FALSE, FALSE, "Default window width"},
|
||||||
{"zoom_max", &(zoom_max), 'f', FALSE, FALSE, "Zoom maximum"},
|
{"zoom_max", &(zoom_max), 'f', FALSE, FALSE, "Zoom maximum"},
|
||||||
{"zoom_min", &(zoom_min), 'f', FALSE, FALSE, "Zoom minimum"},
|
{"zoom_min", &(zoom_min), 'f', FALSE, FALSE, "Zoom minimum"},
|
||||||
|
|
14
zathura.1
14
zathura.1
|
@ -162,12 +162,12 @@ Zoom to the given level
|
||||||
Move to the given position
|
Move to the given position
|
||||||
.SS Commands
|
.SS Commands
|
||||||
.TP
|
.TP
|
||||||
.B bmark
|
|
||||||
Bookmark current page
|
|
||||||
.TP
|
|
||||||
.B blist
|
.B blist
|
||||||
List and open bookmark
|
List and open bookmark
|
||||||
.TP
|
.TP
|
||||||
|
.B bmark
|
||||||
|
Bookmark current page
|
||||||
|
.TP
|
||||||
.B close
|
.B close
|
||||||
Close current file
|
Close current file
|
||||||
.TP
|
.TP
|
||||||
|
@ -192,15 +192,15 @@ Open a file
|
||||||
.B print
|
.B print
|
||||||
Print the document
|
Print the document
|
||||||
.TP
|
.TP
|
||||||
|
.B quit
|
||||||
|
Quit the program
|
||||||
|
.TP
|
||||||
.B rotate
|
.B rotate
|
||||||
Rotate the page
|
Rotate the page
|
||||||
.TP
|
.TP
|
||||||
.B set
|
.B set
|
||||||
Set an option (set <id> <value>)
|
Set an option (set <id> <value>)
|
||||||
.TP
|
.TP
|
||||||
.B quit
|
|
||||||
Quit the program
|
|
||||||
.TP
|
|
||||||
.B write
|
.B write
|
||||||
Save the document
|
Save the document
|
||||||
.SS Inputbar shortcuts
|
.SS Inputbar shortcuts
|
||||||
|
@ -221,6 +221,6 @@ The complete configuration including the appearance and shortcuts of the program
|
||||||
are defined in a separate file named config.h. In this file you are able to
|
are defined in a separate file named config.h. In this file you are able to
|
||||||
change and adjust all the settings of zathura according to your wishes.
|
change and adjust all the settings of zathura according to your wishes.
|
||||||
|
|
||||||
In addition you can create a zathurarc file (default path: ~/.zathura/zathurarc)
|
In addition you can create a zathurarc file (default path: ~/.config/zathura/zathurarc)
|
||||||
to overwrite settings and keybindings by using the set and map function. For
|
to overwrite settings and keybindings by using the set and map function. For
|
||||||
more information please check the faq on the website: http://pwmt.org/zathura
|
more information please check the faq on the website: http://pwmt.org/zathura
|
||||||
|
|
Loading…
Reference in a new issue