mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-14 17:53:47 +01:00
Updated manpage
This commit is contained in:
parent
741e247551
commit
c0b64c85e9
@ -223,6 +223,7 @@ Setting settings[] = {
|
||||
{"statusbar_bgcolor", &(statusbar_bgcolor), 's', FALSE, TRUE, "Statusbar background color"},
|
||||
{"statusbar_fgcolor", &(statusbar_fgcolor), 's', FALSE, TRUE, "Statusbar foreground color"},
|
||||
{"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"},
|
||||
{"zoom_max", &(zoom_max), 'f', FALSE, FALSE, "Zoom maximum"},
|
||||
{"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
|
||||
.SS Commands
|
||||
.TP
|
||||
.B bmark
|
||||
Bookmark current page
|
||||
.TP
|
||||
.B blist
|
||||
List and open bookmark
|
||||
.TP
|
||||
.B bmark
|
||||
Bookmark current page
|
||||
.TP
|
||||
.B close
|
||||
Close current file
|
||||
.TP
|
||||
@ -192,15 +192,15 @@ Open a file
|
||||
.B print
|
||||
Print the document
|
||||
.TP
|
||||
.B quit
|
||||
Quit the program
|
||||
.TP
|
||||
.B rotate
|
||||
Rotate the page
|
||||
.TP
|
||||
.B set
|
||||
Set an option (set <id> <value>)
|
||||
.TP
|
||||
.B quit
|
||||
Quit the program
|
||||
.TP
|
||||
.B write
|
||||
Save the document
|
||||
.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
|
||||
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
|
||||
more information please check the faq on the website: http://pwmt.org/zathura
|
||||
|
Loading…
Reference in New Issue
Block a user