Description: change the default browser to sensible-browser
Author: Sebastian Ramacher <s.ramacher@gmx.at>
Last-Update: 2010-07-30

--- zathura-0.0.8.1.orig/config.def.h
+++ zathura-0.0.8.1/config.def.h
@@ -55,7 +55,7 @@ char* list_printer_command = "lpstat -v
 char* print_command = "lp -d '%s' -P %s %s %s"; /* printer / pages / file */
 
 /* open uri */
-char* uri_command = "firefox %s"; /* uri */
+char* uri_command = "sensible-browser %s"; /* uri */
 
 /* additional settings */
 gboolean show_scrollbars = FALSE;
