wok diff xombrero/stuff/xombrero.conf @ rev 19403
isolinux/iso2exe: fix copycmdline()
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 05 18:15:15 2016 +0200 (2016-09-05) |
parents | 7a1a473a365b |
children |
line diff
1.1 --- a/xombrero/stuff/xombrero.conf Fri Jul 26 18:55:09 2013 -0300 1.2 +++ b/xombrero/stuff/xombrero.conf Mon Sep 05 18:15:15 2016 +0200 1.3 @@ -38,7 +38,7 @@ 1.4 # spell_check_languages = en_US 1.5 # default_zoom_level = 1.0 1.6 # encoding = UTF-8 1.7 -# ssl_ca_file = /etc/ssl/certs/ca-certificates.crt 1.8 +# ssl_ca_file = /etc/ssl/ca-bundle.crt 1.9 # ssl_strict_certs = 1 1.10 # enable_strict_transport = 0 1.11 # ctrl_click_focus = 1 1.12 @@ -99,6 +99,7 @@ 1.13 # external_editor = gvim -f <file> 1.14 # external_editor = xterm -geometry 177x58+0+0 -font -*-fixed-medium-r-*-*-15-*-*-*-*-*-iso8859-* -e vim -f <file> 1.15 # external_editor = emacsclient -c <file> 1.16 +external_editor = leafpad <file> 1.17 1.18 # "default_script" points to a script executed by the run_script 1.19 # command. The only argument passed to this script is the current URI.