From c0b64c85e91be728eb33079ab475afca1ca162db Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Tue, 22 Jun 2010 08:55:45 +0200 Subject: [PATCH] Updated manpage --- config.def.h | 1 + zathura.1 | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/config.def.h b/config.def.h index 5e88e48..41a64dd 100644 --- a/config.def.h +++ b/config.def.h @@ -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"}, diff --git a/zathura.1 b/zathura.1 index 56d7b7d..57656cd 100644 --- a/zathura.1 +++ b/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 ) .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