wok view xombrero/stuff/xombrero.conf @ rev 14896

Add: xombrero (1.6.3)
author Claudinei Pereira <claudinei@slitaz.org>
date Fri Jul 26 18:55:09 2013 -0300 (2013-07-26)
parents
children 919c384354f4
line source
1 ##
2 ## GENERAL SETTINGS
3 ##
5 #
6 # The strategy for the config file is as follows:
7 #
8 # Boolean values are the opposite of the default and need to simply be
9 # uncommented to alter the default.
10 #
11 # Text values *are* set to the default and in order to change them one must
12 # uncomment the option *and* change the value.
13 #
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 = www.slitaz.org
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/certs/ca-certificates.crt
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/share/xombrero/style.css
59 # userstyle_global = 1
60 # enable_favicon_entry = 0
61 # enable_favicon_tabs = 1
62 # preload_strict_transport = 1
63 # referer = always
64 # warn_cert_changes = 1
65 # enable_cache = 1
66 # js_auto_open_windows = 0
68 # See http://www.xroxy.com/proxylist.php for a good list of open
69 # proxies.
70 #
71 # polipo
72 # http_proxy = http://127.0.0.1:8123
73 #
74 # tsocks
75 # http_proxy = http://127.0.0.1:1080
76 #
77 # If you only occasionally use a proxy
78 # http_proxy_starts_enabled = 0
80 # Search engines; uncomment one of these lines for you favorite search
81 # engine.
82 #
83 # Google
84 # search_string = https://www.google.com/search?q=%s
85 #
86 # Yahoo
87 # search_string = http://search.yahoo.com/search?p=%s
88 #
89 # Start Page
90 # search_string = https://startpage.com/do/search?language=english_us&cat=web&query=%s
91 #
92 # DuckDuckGo
93 search_string = https://www.duckduckgo.com/?q=%s
95 # External editor.
96 # NOTE: The editor specified here must not fork into the background.
97 #
98 # Examples of editors:
99 # external_editor = gvim -f <file>
100 # external_editor = xterm -geometry 177x58+0+0 -font -*-fixed-medium-r-*-*-15-*-*-*-*-*-iso8859-* -e vim -f <file>
101 # external_editor = emacsclient -c <file>
103 # "default_script" points to a script executed by the run_script
104 # command. The only argument passed to this script is the current URI.
105 #
106 # default_script = ~/.xombrero/playflash.sh
108 # "user_agent" can be set to just about anything, for a comprehensive
109 # list see: http://www.useragentstring.com/pages/All/ . If more than one
110 # "user_agent" is given, then xombrero will use them in a round-robin
111 # fashion for each request.
112 #
113 #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)
114 #user_agent = Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
115 #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
116 #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 #
119 ##
120 ## ALIASES
121 ##
123 # Aliases are given in the following format:
124 #
125 # alias = <alias>, <link>
126 #
127 # Where the link part might contain "%s", the "%s" will be substituted
128 # with the user's input when the alias is expanded.
130 # alias = s, https://www.google.com/search?q=%s
131 # alias = w, https://secure.wikimedia.org/wikipedia/en/w/index.php?title=Special%3ASearch&search=%s
132 # alias = ports, http://openports.se/search.php?so=%s
135 ##
136 ## COOKIE, JAVASCRIPT AND PLUGIN WHITE LISTS
137 ##
139 # Add the domains you trust.
141 # cookie_wl = .conformal.com
142 # cookie_wl = .peereboom.us
144 # js_wl = .conformal.com
145 # js_wl = .peereboom.us
147 # pl_wl = .conformal.com
148 # pl_wl = .peereboom.us
151 ##
152 ## FORCE HTTPS FOR SITES
153 ##
155 # Add the domains of sites that should be only accesed over HTTPS.
157 # force_https = .conformal.com
160 ##
161 ## MIME TYPES
162 ##
164 # PDF, note that xpdf can't load a URI directly; use "@" in front of
165 # mime_type to indicate to download the file first.
167 # mime_type = application/pdf,kpdf
168 # mime_type = @application/pdf,xpdf
170 # Specific MIME type for video.
171 # mime_type = video/x-ms-wmv,mplayer
172 # mime_type = video/quicktime,mplayer
174 # Default MIME type for video.
175 # mime_type = video/*,mplayer
177 # Default MIME type for audio.
178 # mime_type = audio/*,vlc
180 # Word documents.
181 # mime_type = application/msword,soffice
183 # Ignoring flash can be done by using the donothing pseudo-binary.
184 # mime_type = application/x-shockwave-flash,donothing
187 ##
188 ## ADVANCED SETTINGS
189 ##
191 resource_dir = /usr/share/xombrero/
192 # refresh_interval = 10
193 # url_regex = ^[[:blank:]]*[^[:blank:]]*([[:alnum:]-]+\.)+[[:alnum:]-][^[:blank:]]*[[:blank:]]*$
194 # gnutls_priority_string = NORMAL:%COMPAT
196 # NOTE: webkit 1.4.x overwrites these values!
197 # max_host_connections = 5
198 # max_connections = 25
201 ##
202 ## ADVANCED GUI SETTINGS
203 ##
205 # The following low-level GUI settings are set by the high-level setting
206 # "gui_mode".
208 # The settings for "gui_mode = classic" are as follows:
210 # fancy_bar = 1
211 # show_tabs = 1
212 # tab_style = normal
213 # userstyle_global = 0
214 # show_url = 1
215 # show_statusbar = 0
216 # show_scrollbars = 1
218 # The settings for "gui_mode = minimal" are as follows:
220 # fancy_bar = 0
221 # show_tabs = 1
222 # tab_style = compact
223 # show_url = 0
224 # show_statusbar = 1
225 # show_scrollbars = 0
227 # The following are settings shared between "classic" and "minimal"
228 # "gui_mode":
230 # statusbar_elems = BP
231 # icon_size = 2
232 # cmd_font = monospace normal 9
233 # oops_font = monospace normal 9
234 # statusbar_font = monospace normal 9
235 # tabbar_font = monospace normal 9
238 ##
239 ## ADVANCED COOKIE AND JAVASCRIPT SETTINGS
240 ##
242 # The following low-level settings are set by the high-level setting
243 # "browser_mode", and shouldn't be tweaked manually unless you know what
244 # you are doing.
246 # The settings for "browser_mode = normal" are as follows:
248 # allow_volatile_cookies = 0
249 # cookie_policy = allow
250 # cookies_enabled = 1
251 # enable_cookie_whitelist = 0
252 # read_only_cookies = 0
253 # save_rejected_cookies = 0
254 # session_timeout = 3600
255 # enable_scripts = 1
256 # enable_js_whitelist = 0
257 # enable_localstorage = 1
258 # enable_plugins = 1
259 # enable_plugin_whitelist = 0
260 # allow_insecure_content = 1
261 # allow_insecure_scripts = 1
262 # do_not_track = 0
264 # The settings for "browser_mode = whitelist" are as follows:
266 # allow_volatile_cookies = 0
267 # cookie_policy = no3rdparty
268 # cookies_enabled = 1
269 # enable_cookie_whitelist = 1
270 # read_only_cookies = 0
271 # save_rejected_cookies = 0
272 # session_timeout = 3600
273 # enable_scripts = 0
274 # enable_js_whitelist = 1
275 # enable_localstorage = 0
276 # enable_plugins = 0
277 # enable_plugin_whitelist = 1
278 # allow_insecure_content = 0
279 # allow_insecure_scripts = 0
280 # do_not_track = 1
283 ##
284 ## KEY BINDINGS
285 ##
287 # To delete all default keybindings use "keybinding = clearall".
288 #
289 # keybinding = clearall
290 #
291 # Key names can be found at:
292 #
293 # http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms-compat.h
294 #
295 # Just chop off the "GDK_" part and you have the keyname. Or look at:
296 #
297 # http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms.h
298 #
299 # and chop off "GDK_KEY_".
300 #
301 # Be aware that the names are case sensitive!
302 #
303 # The default keybindings are the following:
304 #
305 # keybinding = command,colon
306 # keybinding = search,slash
307 # keybinding = searchb,question
308 # keybinding = command_mode,!Escape
309 # keybinding = insert_mode,i
310 # keybinding = cookiejar,!M1-j
311 # keybinding = downloadmgr,!M1-d
312 # keybinding = history,!M1-h
313 # keybinding = print,!C-p
314 # keybinding = quitall,!C-q
315 # keybinding = restart,!M1-q
316 # keybinding = run_script,!M1-r
317 # keybinding = js toggle,!C-j
318 # keybinding = cookie toggle,!M1-c
319 # keybinding = togglesrc,!C-s
320 # keybinding = yankuri,y
321 # keybinding = pasteuricur,p
322 # keybinding = pasteurinew,P
323 # keybinding = toplevel toggle,!F4
324 # keybinding = help,!F1
325 # keybinding = proxy toggle,!F2
326 # keybinding = searchnext,n
327 # keybinding = searchprevious,N
328 # keybinding = focusaddress,!F6
329 # keybinding = focussearch,!F7
330 # keybinding = hinting,f
331 # keybinding = hinting,period
332 # keybinding = hinting_newtab,S-F
333 # keybinding = hinting_newtab,comma
334 # keybinding = userstyle,s
335 # keybinding = userstyle_global,S
336 # keybinding = goback,BackSpace
337 # keybinding = goback,!M1-Left
338 # keybinding = goforward,!S-BackSpace
339 # keybinding = goforward,!M1-Right
340 # keybinding = reload,!F5
341 # keybinding = reload,!C-r
342 # keybinding = reload,!C-l
343 # keybinding = favorites,!M1-f
344 # keybinding = scrolldown,j
345 # keybinding = scrolldown,Down
346 # keybinding = scrollup,k
347 # keybinding = scrollup,Up
348 # keybinding = scrollbottom,G
349 # keybinding = scrollbottom,End
350 # keybinding = scrolltop,Home
351 # keybinding = scrollpagedown,space
352 # keybinding = scrollpagedown,!C-f
353 # keybinding = scrollpagedown,Page_Down
354 # keybinding = scrollhalfdown,!C-d
355 # keybinding = scrollpageup,Page_Up
356 # keybinding = scrollpageup,!C-b
357 # keybinding = scrollhalfup,!C-u
358 # keybinding = scrollright,l
359 # keybinding = scrollright,Right
360 # keybinding = scrollfarright,dollar
361 # keybinding = scrollleft,h
362 # keybinding = scrollleft,Left
363 # keybinding = scrollfarleft,0
364 # keybinding = statustoggle,!C-n
365 # keybinding = stop,!S-F5
366 # keybinding = tabnew,!C-t
367 # keybinding = tabclose,!C-w
368 # keybinding = tabundoclose,U
369 # keybinding = tabnext 1,!C-1
370 # keybinding = tabnext 2,!C-2
371 # keybinding = tabnext 3,!C-3
372 # keybinding = tabnext 4,!C-4
373 # keybinding = tabnext 5,!C-5
374 # keybinding = tabnext 6,!C-6
375 # keybinding = tabnext 7,!C-7
376 # keybinding = tabnext 8,!C-8
377 # keybinding = tabnext 9,!C-9
378 # keybinding = tabfirst,!C-less
379 # keybinding = tablast,!C-greater
380 # keybinding = tabprevious,!C-Left
381 # keybinding = tabnext,!C-Right
382 # keybinding = focusout,!C-minus
383 # keybinding = focusin,!C-equal
384 # keybinding = focusin,!C-plus
385 # keybinding = focusreset,!C-0
386 # keybinding = editelement,!C-i
387 # keybinding = passthrough,!C-z
388 # keybinding = :open ,!F9
389 # keybinding = :open <uri>,!F10
390 # keybinding = :tabnew ,!F11
391 # keybinding = :tabnew <uri>,!F12
393 # parse the contents of another configuration file
394 # include_config = ~/.xombrero_alternate.conf