Add a setting to read additional config files from any other config
[xxxterm.git] / xxxterm.conf
blob6ebdf51e92ad23bd0b22e73c18a1c9a860ce6c03
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 # xterm_workaround      = 1
54 # single_instance       = 1
55 # enable_socket         = 1
56 # enable_js_autorun     = 0
57 # auto_load_images      = 0
58 # enable_localstorage   = 0
59 # userstyle_global      = 1
60 # enable_favicon_entry  = 0
61 # enable_favicon_tabs   = 1
62 # referer               = always
64 # See http://www.xroxy.com/proxylist.php for a good list of open
65 # proxies.
67 # http_proxy = http://127.0.0.1:80
69 # Search engines; uncomment one of these lines for you favorite search
70 # engine.
72 # Scroogle (default)
73 # search_string         = https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=%s
74 # search_string         = http://www.scroogle.org/cgi-bin/nbbw.cgi?Gw=%s
76 # Google
77 # search_string         = http://www.google.com/search?q=%s&&client=xxxterm
79 # Yahoo
80 # search_string         = http://search.yahoo.com/search?p=%s
82 # Start Page
83 # search_string         = https://startpage.com/do/search?language=english_us&cat=web&query=%s
85 # Duck Duck Go
86 # search_string         = https://www.duckduckgo.com/html/?q=%s
88 # External editor.
89 # NOTE: The editor specified here must not fork into the background.
91 # Examples of editors:
92 # external_editor       = gvim -f <file>
93 # external_editor       = xterm -geometry 177x58+0+0 -font -*-fixed-medium-r-*-*-15-*-*-*-*-*-iso8859-* -e vim -f <file>
94 # external_editor       = emacsclient -c <file>
96 # "default_script" points to a script executed by the run_script
97 # command. The only argument passed to this script is the current URI.
99 # default_script        = ~/.xxxterm/playflash.sh
101 # "user_agent" can be set to just about anything, for a comprehensive
102 # list see: http://www.useragentstring.com/pages/All/ . If more than one
103 # "user_agent" is given, then xxxterm will use them in a round-robin
104 # fashion for each request.
106 #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)
107 #user_agent             = Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
108 #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
109 #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
113 ## ALIASES
116 # Aliases are given in the following format:
118 #   alias = <alias>, <link>
120 # Where the link part might contain "%s", the "%s" will be substituted
121 # with the user's input when the alias is expanded.
123 # alias = s,      https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=%s
124 # alias = w,      https://secure.wikimedia.org/wikipedia/en/w/index.php?title=Special%3ASearch&search=%s
125 # alias = ports,  http://openports.se/search.php?so=%s
129 ## COOKIE, JAVASCRIPT AND PLUGIN WHITE LISTS
132 # Add the domains you trust.
134 # cookie_wl             = .conformal.com
135 # cookie_wl             = .peereboom.us
137 # js_wl                 = .conformal.com
138 # js_wl                 = .peereboom.us
140 # pl_wl                 = .conformal.com
141 # pl_wl                 = .peereboom.us
145 ## MIME TYPES
148 # PDF, note that xpdf can't load a URI directly; use "@" in front of
149 # mime_type to indicate to download the file first.
151 # mime_type             = application/pdf,kpdf
152 # mime_type             = @application/pdf,xpdf
154 # Specific MIME type for video.
155 # mime_type             = video/x-ms-wmv,mplayer
156 # mime_type             = video/quicktime,mplayer
158 # Default MIME type for video.
159 # mime_type             = video/*,mplayer
161 # Default MIME type for audio.
162 # mime_type             = audio/*,vlc
164 # Word documents.
165 # mime_type             = application/msword,soffice
167 # Ignoring flash can be done by using a non-existent binary name.
168 # mime_type             = application/x-shockwave-flash,donothing
172 ## ADVANCED SETTINGS
175 # resource_dir          = /usr/local/share/xxxterm/
176 # refresh_interval      = 10
177 # url_regex             = ^[[:blank:]]*[^[:blank:]]*([[:alnum:]-]+\.)+[[:alnum:]-][^[:blank:]]*[[:blank:]]*$
179 # NOTE: webkit 1.4.x overwrites these values!
180 # max_host_connections  = 5
181 # max_connections       = 25
185 ## ADVANCED GUI SETTINGS
188 # The following low-level GUI settings are set by the high-level setting
189 # "gui_mode".
191 # The settings for "gui_mode = classic" are as follows:
193 # fancy_bar             = 1
194 # show_tabs             = 1
195 # tab_style             = normal
196 # userstyle_global      = 0
197 # show_url              = 1
198 # show_statusbar        = 0
200 # The settings for "gui_mode = minimal" are as follows:
202 # fancy_bar             = 0
203 # show_tabs             = 1
204 # tab_style             = compact
205 # show_url              = 0
206 # show_statusbar        = 1
208 # The following are settings shared between "classic" and "minimal"
209 # "gui_mode":
211 # statusbar_elems       = BP
212 # icon_size             = 2
213 # cmd_font              = monospace normal 9
214 # oops_font             = monospace normal 9
215 # statusbar_font        = monospace normal 9
216 # tabbar_font           = monospace normal 9
220 ## ADVANCED COOKIE AND JAVASCRIPT SETTINGS
223 # The following low-level settings are set by the high-level setting
224 # "browser_mode", and shouldn't be tweaked manually unless you know what
225 # you are doing.
227 # The settings for "browser_mode = normal" are as follows:
229 # allow_volatile_cookies        = 0
230 # cookie_policy                 = allow
231 # cookies_enabled               = 1
232 # enable_cookie_whitelist       = 0
233 # read_only_cookies             = 0
234 # save_rejected_cookies         = 0
235 # session_timeout               = 3600
236 # enable_scripts                = 1
237 # enable_js_whitelist           = 0
238 # enable_localstorage           = 1
239 # enable_plugins                = 1
240 # enable_plugin_whitelist       = 0
242 # The settings for "browser_mode = whitelist" are as follows:
244 # allow_volatile_cookies        = 0
245 # cookie_policy                 = no3rdparty
246 # cookies_enabled               = 1
247 # enable_cookie_whitelist       = 1
248 # read_only_cookies             = 0
249 # save_rejected_cookies         = 0
250 # session_timeout               = 3600
251 # enable_scripts                = 0
252 # enable_js_whitelist           = 1
253 # enable_localstorage           = 0
254 # enable_plugins                = 0
255 # enable_plugin_whitelist       = 1
259 ## KEY BINDINGS
262 # To delete all default keybindings use "keybinding = clearall".
264 # keybinding    = clearall
266 # Key names can be found at:
268 #   http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms-compat.h
270 # Just chop off the "GDK_" part and you have the keyname. Or look at:
272 #   http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms.h
274 # and chop off "GDK_KEY_".
276 # Be aware that the names are case sensitive!
278 # The default keybindings are the following:
280 # keybinding    = command,colon
281 # keybinding    = search,slash
282 # keybinding    = searchb,question
283 # keybinding    = command_mode,Escape
284 # keybinding    = insert_mode,i
285 # keybinding    = cookiejar,M1-j
286 # keybinding    = downloadmgr,M1-d
287 # keybinding    = history,M1-h
288 # keybinding    = print,C-p
289 # keybinding    = quitall,C-q
290 # keybinding    = restart,M1-q
291 # keybinding    = run_script,M1-r
292 # keybinding    = js toggle,C-j
293 # keybinding    = cookie toggle,M1-c
294 # keybinding    = togglesrc,C-s
295 # keybinding    = yankuri,y
296 # keybinding    = pasteuricur,p
297 # keybinding    = pasteurinew,P
298 # keybinding    = toplevel toggle,F4
299 # keybinding    = help,F1
300 # keybinding    = proxy toggle,F2
301 # keybinding    = searchnext,n
302 # keybinding    = searchprevious,N
303 # keybinding    = focusaddress,F6
304 # keybinding    = focussearch,F7
305 # keybinding    = promptopen,F9
306 # keybinding    = promptopencurrent,F10
307 # keybinding    = prompttabnew,F11
308 # keybinding    = prompttabnewcurrent,F12
309 # keybinding    = hinting,f
310 # keybinding    = hinting,period
311 # keybinding    = hinting_newtab,S-F
312 # keybinding    = hinting_newtab,comma
313 # keybinding    = userstyle,s
314 # keybinding    = userstyle_global,S
315 # keybinding    = goback,BackSpace
316 # keybinding    = goback,M1-Left
317 # keybinding    = goforward,S-BackSpace
318 # keybinding    = goforward,M1-Right
319 # keybinding    = reload,F5
320 # keybinding    = reload,C-r
321 # keybinding    = reload,C-l
322 # keybinding    = favorites,!M1-f
323 # keybinding    = scrolldown,j
324 # keybinding    = scrolldown,Down
325 # keybinding    = scrollup,k
326 # keybinding    = scrollup,Up
327 # keybinding    = scrollbottom,G
328 # keybinding    = scrollbottom,End
329 # keybinding    = scrolltop,Home
330 # keybinding    = scrollpagedown,space
331 # keybinding    = scrollpagedown,C-f
332 # keybinding    = scrollpagedown,Page_Down
333 # keybinding    = scrollhalfdown,C-d
334 # keybinding    = scrollpageup,Page_Up
335 # keybinding    = scrollpageup,C-b
336 # keybinding    = scrollhalfup,C-u
337 # keybinding    = scrollright,l
338 # keybinding    = scrollright,Right
339 # keybinding    = scrollfarright,dollar
340 # keybinding    = scrollleft,h
341 # keybinding    = scrollleft,Left
342 # keybinding    = scrollfarleft,0
343 # keybinding    = statustoggle,C-n
344 # keybinding    = stop,S-F5
345 # keybinding    = tabnew,C-t
346 # keybinding    = tabclose,!C-w
347 # keybinding    = tabundoclose,U
348 # keybinding    = tabnext 1,C-1
349 # keybinding    = tabnext 2,C-2
350 # keybinding    = tabnext 3,C-3
351 # keybinding    = tabnext 4,C-4
352 # keybinding    = tabnext 5,C-5
353 # keybinding    = tabnext 6,C-6
354 # keybinding    = tabnext 7,C-7
355 # keybinding    = tabnext 8,C-8
356 # keybinding    = tabnext 9,C-9
357 # keybinding    = tabfirst,C-less
358 # keybinding    = tablast,C-greater
359 # keybinding    = tabprevious,C-Left
360 # keybinding    = tabnext,C-Right
361 # keybinding    = focusout,C-minus
362 # keybinding    = focusin,C-equal
363 # keybinding    = focusin,C-plus
364 # keybinding    = focusreset,C-0
365 # keybinding    = editelement,!C-i
366 # keybinding    = passthrough,C-z
368 # parse the contents of another configuration file
369 # include_config        = ~/.xxxterm_alternate.conf