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
18 # Normal browser operation (default).
19 # browser_mode = normal
21 # Prevent tracking operation.
22 browser_mode = whitelist
24 # Classic GUI (default).
30 home = file:///home/stargrave/.lynx_bookmarks.html
33 # download_notifications = 1
37 # enable_spell_checking = 1
38 # spell_check_languages = en_US
39 # default_zoom_level = 1.0
41 ssl_ca_file = /usr/local/share/certs/ca-root-nss.crt
42 # ssl_strict_certs = 1
43 enable_strict_transport = 1
44 # ctrl_click_focus = 1
46 # save_global_history = 1
47 color_visited_uris = 0
49 # enable_autoscroll = 1
50 # session_autosave = 1
51 # history_autosave = 1
52 # autofocus_onload = 1
55 # enable_js_autorun = 0
57 enable_localstorage = 1
58 # userstyle = /usr/local/share/xombrero/style.css
59 # userstyle_global = 1
60 enable_favicon_entry = 0
61 enable_favicon_tabs = 0
62 # preload_strict_transport = 1
67 # js_auto_open_windows = 0
69 # See http://www.xroxy.com/proxylist.php for a good list of open
73 # http_proxy = http://127.0.0.1:8123
76 # http_proxy = http://127.0.0.1:1080
78 http_proxy = http://localhost:8080/
79 # If you only occasionally use a proxy
80 http_proxy_starts_enabled = 1
82 # Search engines; uncomment one of these lines for you favorite search
86 # search_string = https://www.google.com/search?q=%s
89 # search_string = http://search.yahoo.com/search?p=%s
92 # search_string = https://startpage.com/do/search?language=english_us&cat=web&query=%s
95 search_string = https://html.duckduckgo.com/html?q=%s
98 # NOTE: The editor specified here must not fork into the background.
100 # Examples of editors:
101 external_editor = st -e vim -f <file>
102 # external_editor = gvim -f <file>
103 # external_editor = xterm -geometry 177x58+0+0 -font -*-fixed-medium-r-*-*-15-*-*-*-*-*-iso8859-* -e vim -f <file>
104 # external_editor = emacsclient -c <file>
106 # "default_script" points to a script executed by the run_script
107 # command. The only argument passed to this script is the current URI.
109 # default_script = ~/.xombrero/playflash.sh
111 # "user_agent" can be set to just about anything, for a comprehensive
112 # list see: http://www.useragentstring.com/pages/All/ . If more than one
113 # "user_agent" is given, then xombrero will use them in a round-robin
114 # fashion for each request.
116 #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)
117 #user_agent = Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
118 #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
119 #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
120 #user_agent = Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1
127 # Aliases are given in the following format:
129 # alias = <alias>, <link>
131 # Where the link part might contain "%s", the "%s" will be substituted
132 # with the user's input when the alias is expanded.
134 # alias = s, https://www.google.com/search?q=%s
135 # alias = w, https://secure.wikimedia.org/wikipedia/en/w/index.php?title=Special%3ASearch&search=%s
136 # alias = ports, http://openports.se/search.php?so=%s
138 alias = gg, https://www.google.com/search?q=%s
139 alias = oid, https://oidref.com/%s
140 alias = pep, https://www.python.org/dev/peps/pep-0%s/
141 alias = py, https://pypi.org/project/%s/
142 alias = rfc, https://datatracker.ietf.org/doc/html/rfc%s
143 alias = we, https://en.wikipedia.org/wiki/%s
144 alias = wr, https://ru.wikipedia.org/wiki/%s
147 ## COOKIE, JAVASCRIPT AND PLUGIN WHITE LISTS
150 # Add the domains you trust.
152 # cookie_wl = .conformal.com
153 # cookie_wl = .peereboom.us
155 # js_wl = .conformal.com
156 # js_wl = .peereboom.us
158 # pl_wl = .conformal.com
159 # pl_wl = .peereboom.us
163 ## FORCE HTTPS FOR SITES
166 # Add the domains of sites that should be only accesed over HTTPS.
168 # force_https = .conformal.com
175 # PDF, note that xpdf can't load a URI directly; use "@" in front of
176 # mime_type to indicate to download the file first.
178 # mime_type = application/pdf,kpdf
179 # mime_type = @application/pdf,xpdf
181 # Specific MIME type for video.
182 # mime_type = video/x-ms-wmv,mplayer
183 # mime_type = video/quicktime,mplayer
185 # Default MIME type for video.
186 # mime_type = video/*,mplayer
188 # Default MIME type for audio.
189 # mime_type = audio/*,vlc
192 # mime_type = application/msword,soffice
194 # Ignoring flash can be done by using the donothing pseudo-binary.
195 # mime_type = application/x-shockwave-flash,donothing
202 # resource_dir = /usr/local/share/xombrero/
203 # refresh_interval = 10
204 # url_regex = ^[[:blank:]]*[^[:blank:]]*([[:alnum:]-]+\.)+[[:alnum:]-][^[:blank:]]*[[:blank:]]*$
205 # gnutls_priority_string = NORMAL:%COMPAT
207 # NOTE: webkit 1.4.x overwrites these values!
208 # max_host_connections = 5
209 # max_connections = 25
213 ## ADVANCED GUI SETTINGS
216 # The following low-level GUI settings are set by the high-level setting
219 # The settings for "gui_mode = classic" are as follows:
224 # userstyle_global = 0
227 # show_scrollbars = 1
229 # The settings for "gui_mode = minimal" are as follows:
233 # tab_style = compact
236 # show_scrollbars = 0
238 # The following are settings shared between "classic" and "minimal"
241 # statusbar_elems = BP
242 statusbar_elems = BP|T
246 statusbar_font = Go 10
251 ## ADVANCED COOKIE AND JAVASCRIPT SETTINGS
254 # The following low-level settings are set by the high-level setting
255 # "browser_mode", and shouldn't be tweaked manually unless you know what
258 # The settings for "browser_mode = normal" are as follows:
260 # allow_volatile_cookies = 0
261 # cookie_policy = allow
262 # cookies_enabled = 1
263 # enable_cookie_whitelist = 0
264 # read_only_cookies = 0
265 # save_rejected_cookies = 0
266 # session_timeout = 3600
268 # enable_js_whitelist = 0
269 # enable_localstorage = 1
271 # enable_plugin_whitelist = 0
272 # allow_insecure_content = 1
273 # allow_insecure_scripts = 1
276 # The settings for "browser_mode = whitelist" are as follows:
278 # allow_volatile_cookies = 0
279 cookie_policy = no3rdparty
280 # cookies_enabled = 1
281 # enable_cookie_whitelist = 1
282 # read_only_cookies = 0
283 # save_rejected_cookies = 0
284 # session_timeout = 3600
286 # enable_js_whitelist = 1
287 # enable_localstorage = 0
289 # enable_plugin_whitelist = 1
290 # allow_insecure_content = 0
291 # allow_insecure_scripts = 0
299 # To delete all default keybindings use "keybinding = clearall".
301 # keybinding = clearall
303 # Key names can be found at:
305 # http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms-compat.h
307 # Just chop off the "GDK_" part and you have the keyname. Or look at:
309 # http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms.h
311 # and chop off "GDK_KEY_".
313 # Be aware that the names are case sensitive!
315 # The default keybindings are the following:
317 # keybinding = command,colon
318 # keybinding = search,slash
319 # keybinding = searchb,question
320 # keybinding = command_mode,!Escape
321 # keybinding = insert_mode,i
322 # keybinding = cookiejar,!M1-j
323 # keybinding = downloadmgr,!M1-d
324 # keybinding = history,!M1-h
325 # keybinding = print,!C-p
326 # keybinding = quitall,!C-q
327 # keybinding = restart,!M1-q
328 # keybinding = run_script,!M1-r
329 # keybinding = js toggle,!C-j
330 # keybinding = cookie toggle,!M1-c
331 # keybinding = togglesrc,!C-s
332 # keybinding = yankuri,y
333 # keybinding = pasteuricur,p
334 # keybinding = pasteurinew,P
335 # keybinding = toplevel toggle,!F4
336 # keybinding = help,!F1
337 keybinding = loadimages,!F1
338 keybinding = :set auto_load_images=1,!F3
339 # keybinding = proxy toggle,!F2
340 # keybinding = searchnext,n
341 # keybinding = searchprevious,N
342 # keybinding = focusaddress,!F6
343 # keybinding = focussearch,!F7
344 # keybinding = hinting,f
345 # keybinding = hinting,period
346 # keybinding = hinting_newtab,S-F
347 # keybinding = hinting_newtab,comma
348 # keybinding = userstyle,s
349 # keybinding = userstyle_global,S
350 # keybinding = goback,BackSpace
351 # keybinding = goback,!M1-Left
352 # keybinding = goforward,!S-BackSpace
353 # keybinding = goforward,!M1-Right
354 keybinding = reload,r
355 # keybinding = reload,!F5
356 # keybinding = reload,!C-r
357 # keybinding = reload,!C-l
358 # keybinding = favorites,!M1-f
359 # keybinding = scrolldown,j
360 # keybinding = scrolldown,Down
361 # keybinding = scrollup,k
362 # keybinding = scrollup,Up
363 # keybinding = scrollbottom,G
364 # keybinding = scrollbottom,End
365 # keybinding = scrolltop,Home
366 # keybinding = scrollpagedown,space
367 # keybinding = scrollpagedown,!C-f
368 # keybinding = scrollpagedown,Page_Down
369 # keybinding = scrollhalfdown,!C-d
370 # keybinding = scrollpageup,Page_Up
371 # keybinding = scrollpageup,!C-b
372 # keybinding = scrollhalfup,!C-u
373 # keybinding = scrollright,l
374 # keybinding = scrollright,Right
375 # keybinding = scrollfarright,dollar
376 # keybinding = scrollleft,h
377 # keybinding = scrollleft,Left
378 # keybinding = scrollfarleft,0
379 # keybinding = statustoggle,!C-n
380 keybinding = stop,!C-c
381 # keybinding = stop,!S-F5
382 # keybinding = tabnew,!C-t
383 #keybinding = tabclose,!d
384 keybinding = tabclose,!C-w
385 # keybinding = tabundoclose,U
386 # keybinding = tabnext 1,!C-1
387 # keybinding = tabnext 2,!C-2
388 # keybinding = tabnext 3,!C-3
389 # keybinding = tabnext 4,!C-4
390 # keybinding = tabnext 5,!C-5
391 # keybinding = tabnext 6,!C-6
392 # keybinding = tabnext 7,!C-7
393 # keybinding = tabnext 8,!C-8
394 # keybinding = tabnext 9,!C-9
395 # keybinding = tabfirst,!C-less
396 # keybinding = tablast,!C-greater
397 keybinding = tabprevious,!C-Page_Up
398 keybinding = tabnext,!C-Page_Down
399 keybinding = tabnext,!C-Tab
400 # keybinding = focusout,!C-minus
401 # keybinding = focusin,!C-equal
402 # keybinding = focusin,!C-plus
403 # keybinding = focusreset,!C-0
404 # keybinding = editelement,!C-i
405 # keybinding = passthrough,!C-z
406 keybinding = :open ,o
407 keybinding = :open <uri>,O
408 keybinding = :tabnew ,t
409 keybinding = :tabnew <uri>,T
411 # parse the contents of another configuration file
412 # include_config = ~/.xombrero_alternate.conf