Prepare for release 1.2.0.
[xombrero.git] / xombrero.conf
blobe3c03e02bc53b4e72ca0cb83883f3aa630cb68c0
1 ##
2 ## GENERAL SETTINGS
3 ##
6 # The strategy for the config file is as follows:
8 # Boolean values are the opposite of the default and need to simply be
9 # uncommented to alter the default.
11 # Text values *are* set to the default and in order to change them one must
12 # uncomment the option *and* change the value.
15 # NOTE: browser_mode and gui_mode MUST be the first entries in this
16 # file!
18 # Normal browser operation (default).
19 # browser_mode          = normal
21 # Prevent tracking operation.
22 # browser_mode          = whitelist
24 # Classic GUI (default).
25 # gui_mode              = classic
27 # Minimalistic GUI.
28 # gui_mode              = minimal
30 # home                  = https://www.cyphertite.com
31 # download_dir          = ~/downloads
32 # download_mode         = start
33 # download_notifications = 1
34 # window_maximize       = 1
35 # window_width          = 1024
36 # window_height         = 768
37 # enable_spell_checking = 1
38 # spell_check_languages = en_US
39 # default_zoom_level    = 1.0
40 # encoding              = UTF-8
41 # ssl_ca_file           = /etc/ssl/cert.pem
42 # ssl_strict_certs      = 1
43 # enable_strict_transport = 0
44 # ctrl_click_focus      = 1
45 # append_next           = 0
46 # save_global_history   = 1
47 # color_visited_uris    = 0
48 # guess_search          = 1
49 # enable_autoscroll     = 1
50 # session_autosave      = 1
51 # history_autosave      = 1
52 # autofocus_onload      = 1
53 # single_instance       = 1
54 # enable_socket         = 1
55 # enable_js_autorun     = 0
56 # auto_load_images      = 0
57 # enable_localstorage   = 0
58 # userstyle             = /usr/local/share/xombrero/style.css
59 # userstyle_global      = 1
60 # enable_favicon_entry  = 0
61 # enable_favicon_tabs   = 1
62 # referer               = always
63 # warn_cert_changes     = 1
65 # See http://www.xroxy.com/proxylist.php for a good list of open
66 # proxies.
68 # polipo
69 # http_proxy                    = http://127.0.0.1:8123
71 # tsocks
72 # http_proxy                    = http://127.0.0.1:1080
74 # If you only occasionally use a proxy
75 # http_proxy_starts_enabled     = 0
77 # Search engines; uncomment one of these lines for you favorite search
78 # engine.
80 # Google
81 # search_string         = https://www.google.com/search?q=%s&&client=xombrero
83 # Yahoo
84 # search_string         = http://search.yahoo.com/search?p=%s
86 # Start Page
87 # search_string         = https://startpage.com/do/search?language=english_us&cat=web&query=%s
89 # Duck Duck Go
90 # search_string         = https://www.duckduckgo.com/html/?q=%s
92 # External editor.
93 # NOTE: The editor specified here must not fork into the background.
95 # Examples of editors:
96 # external_editor       = gvim -f <file>
97 # external_editor       = xterm -geometry 177x58+0+0 -font -*-fixed-medium-r-*-*-15-*-*-*-*-*-iso8859-* -e vim -f <file>
98 # external_editor       = emacsclient -c <file>
100 # "default_script" points to a script executed by the run_script
101 # command. The only argument passed to this script is the current URI.
103 # default_script        = ~/.xombrero/playflash.sh
105 # "user_agent" can be set to just about anything, for a comprehensive
106 # list see: http://www.useragentstring.com/pages/All/ . If more than one
107 # "user_agent" is given, then xombrero will use them in a round-robin
108 # fashion for each request.
110 #user_agent             = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)
111 #user_agent             = Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
112 #user_agent             = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0
113 #user_agent             = Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_1 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7C144 Safari/528.16
117 ## ALIASES
120 # Aliases are given in the following format:
122 #   alias = <alias>, <link>
124 # Where the link part might contain "%s", the "%s" will be substituted
125 # with the user's input when the alias is expanded.
127 # alias = s,      https://www.google.com/search?q=%s&&client=xombrero
128 # alias = w,      https://secure.wikimedia.org/wikipedia/en/w/index.php?title=Special%3ASearch&search=%s
129 # alias = ports,  http://openports.se/search.php?so=%s
133 ## COOKIE, JAVASCRIPT AND PLUGIN WHITE LISTS
136 # Add the domains you trust.
138 # cookie_wl             = .conformal.com
139 # cookie_wl             = .peereboom.us
141 # js_wl                 = .conformal.com
142 # js_wl                 = .peereboom.us
144 # pl_wl                 = .conformal.com
145 # pl_wl                 = .peereboom.us
149 ## MIME TYPES
152 # PDF, note that xpdf can't load a URI directly; use "@" in front of
153 # mime_type to indicate to download the file first.
155 # mime_type             = application/pdf,kpdf
156 # mime_type             = @application/pdf,xpdf
158 # Specific MIME type for video.
159 # mime_type             = video/x-ms-wmv,mplayer
160 # mime_type             = video/quicktime,mplayer
162 # Default MIME type for video.
163 # mime_type             = video/*,mplayer
165 # Default MIME type for audio.
166 # mime_type             = audio/*,vlc
168 # Word documents.
169 # mime_type             = application/msword,soffice
171 # Ignoring flash can be done by using a non-existent binary name.
172 # mime_type             = application/x-shockwave-flash,donothing
176 ## ADVANCED SETTINGS
179 # resource_dir          = /usr/local/share/xombrero/
180 # refresh_interval      = 10
181 # url_regex             = ^[[:blank:]]*[^[:blank:]]*([[:alnum:]-]+\.)+[[:alnum:]-][^[:blank:]]*[[:blank:]]*$
183 # NOTE: webkit 1.4.x overwrites these values!
184 # max_host_connections  = 5
185 # max_connections       = 25
189 ## ADVANCED GUI SETTINGS
192 # The following low-level GUI settings are set by the high-level setting
193 # "gui_mode".
195 # The settings for "gui_mode = classic" are as follows:
197 # fancy_bar             = 1
198 # show_tabs             = 1
199 # tab_style             = normal
200 # userstyle_global      = 0
201 # show_url              = 1
202 # show_statusbar        = 0
203 # show_scrollbars       = 1
205 # The settings for "gui_mode = minimal" are as follows:
207 # fancy_bar             = 0
208 # show_tabs             = 1
209 # tab_style             = compact
210 # show_url              = 0
211 # show_statusbar        = 1
212 # show_scrollbars       = 0
214 # The following are settings shared between "classic" and "minimal"
215 # "gui_mode":
217 # statusbar_elems       = BP
218 # icon_size             = 2
219 # cmd_font              = monospace normal 9
220 # oops_font             = monospace normal 9
221 # statusbar_font        = monospace normal 9
222 # tabbar_font           = monospace normal 9
226 ## ADVANCED COOKIE AND JAVASCRIPT SETTINGS
229 # The following low-level settings are set by the high-level setting
230 # "browser_mode", and shouldn't be tweaked manually unless you know what
231 # you are doing.
233 # The settings for "browser_mode = normal" are as follows:
235 # allow_volatile_cookies        = 0
236 # cookie_policy                 = allow
237 # cookies_enabled               = 1
238 # enable_cookie_whitelist       = 0
239 # read_only_cookies             = 0
240 # save_rejected_cookies         = 0
241 # session_timeout               = 3600
242 # enable_scripts                = 1
243 # enable_js_whitelist           = 0
244 # enable_localstorage           = 1
245 # enable_plugins                = 1
246 # enable_plugin_whitelist       = 0
247 # allow_insecure_content        = 1
248 # allow_insecure_scripts        = 1
250 # The settings for "browser_mode = whitelist" are as follows:
252 # allow_volatile_cookies        = 0
253 # cookie_policy                 = no3rdparty
254 # cookies_enabled               = 1
255 # enable_cookie_whitelist       = 1
256 # read_only_cookies             = 0
257 # save_rejected_cookies         = 0
258 # session_timeout               = 3600
259 # enable_scripts                = 0
260 # enable_js_whitelist           = 1
261 # enable_localstorage           = 0
262 # enable_plugins                = 0
263 # enable_plugin_whitelist       = 1
264 # allow_insecure_content        = 0
265 # allow_insecure_scripts        = 0
269 ## KEY BINDINGS
272 # To delete all default keybindings use "keybinding = clearall".
274 # keybinding    = clearall
276 # Key names can be found at:
278 #   http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms-compat.h
280 # Just chop off the "GDK_" part and you have the keyname. Or look at:
282 #   http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms.h
284 # and chop off "GDK_KEY_".
286 # Be aware that the names are case sensitive!
288 # The default keybindings are the following:
290 # keybinding    = command,colon
291 # keybinding    = search,slash
292 # keybinding    = searchb,question
293 # keybinding    = command_mode,Escape
294 # keybinding    = insert_mode,i
295 # keybinding    = cookiejar,M1-j
296 # keybinding    = downloadmgr,M1-d
297 # keybinding    = history,M1-h
298 # keybinding    = print,C-p
299 # keybinding    = quitall,C-q
300 # keybinding    = restart,M1-q
301 # keybinding    = run_script,M1-r
302 # keybinding    = js toggle,C-j
303 # keybinding    = cookie toggle,M1-c
304 # keybinding    = togglesrc,C-s
305 # keybinding    = yankuri,y
306 # keybinding    = pasteuricur,p
307 # keybinding    = pasteurinew,P
308 # keybinding    = toplevel toggle,F4
309 # keybinding    = help,F1
310 # keybinding    = proxy toggle,F2
311 # keybinding    = searchnext,n
312 # keybinding    = searchprevious,N
313 # keybinding    = focusaddress,F6
314 # keybinding    = focussearch,F7
315 # keybinding    = hinting,f
316 # keybinding    = hinting,period
317 # keybinding    = hinting_newtab,S-F
318 # keybinding    = hinting_newtab,comma
319 # keybinding    = userstyle,s
320 # keybinding    = userstyle_global,S
321 # keybinding    = goback,BackSpace
322 # keybinding    = goback,M1-Left
323 # keybinding    = goforward,S-BackSpace
324 # keybinding    = goforward,M1-Right
325 # keybinding    = reload,F5
326 # keybinding    = reload,C-r
327 # keybinding    = reload,C-l
328 # keybinding    = favorites,!M1-f
329 # keybinding    = scrolldown,j
330 # keybinding    = scrolldown,Down
331 # keybinding    = scrollup,k
332 # keybinding    = scrollup,Up
333 # keybinding    = scrollbottom,G
334 # keybinding    = scrollbottom,End
335 # keybinding    = scrolltop,Home
336 # keybinding    = scrollpagedown,space
337 # keybinding    = scrollpagedown,C-f
338 # keybinding    = scrollpagedown,Page_Down
339 # keybinding    = scrollhalfdown,C-d
340 # keybinding    = scrollpageup,Page_Up
341 # keybinding    = scrollpageup,C-b
342 # keybinding    = scrollhalfup,C-u
343 # keybinding    = scrollright,l
344 # keybinding    = scrollright,Right
345 # keybinding    = scrollfarright,dollar
346 # keybinding    = scrollleft,h
347 # keybinding    = scrollleft,Left
348 # keybinding    = scrollfarleft,0
349 # keybinding    = statustoggle,C-n
350 # keybinding    = stop,S-F5
351 # keybinding    = tabnew,C-t
352 # keybinding    = tabclose,!C-w
353 # keybinding    = tabundoclose,U
354 # keybinding    = tabnext 1,C-1
355 # keybinding    = tabnext 2,C-2
356 # keybinding    = tabnext 3,C-3
357 # keybinding    = tabnext 4,C-4
358 # keybinding    = tabnext 5,C-5
359 # keybinding    = tabnext 6,C-6
360 # keybinding    = tabnext 7,C-7
361 # keybinding    = tabnext 8,C-8
362 # keybinding    = tabnext 9,C-9
363 # keybinding    = tabfirst,C-less
364 # keybinding    = tablast,C-greater
365 # keybinding    = tabprevious,C-Left
366 # keybinding    = tabnext,C-Right
367 # keybinding    = focusout,C-minus
368 # keybinding    = focusin,C-equal
369 # keybinding    = focusin,C-plus
370 # keybinding    = focusreset,C-0
371 # keybinding    = editelement,!C-i
372 # keybinding    = passthrough,C-z
373 # keybinding    = :open ,F9
374 # keybinding    = :open <uri>,F10
375 # keybinding    = :tabnew ,F11
376 # keybinding    = :tabnew <uri>,F12
378 # parse the contents of another configuration file
379 # include_config        = ~/.xombrero_alternate.conf