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

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 7a1a473a365b
children
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/ca-bundle.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>
102 external_editor = leafpad <file>
104 # "default_script" points to a script executed by the run_script
105 # command. The only argument passed to this script is the current URI.
106 #
107 # default_script = ~/.xombrero/playflash.sh
109 # "user_agent" can be set to just about anything, for a comprehensive
110 # list see: http://www.useragentstring.com/pages/All/ . If more than one
111 # "user_agent" is given, then xombrero will use them in a round-robin
112 # fashion for each request.
113 #
114 #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)
115 #user_agent = Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
116 #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
117 #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
118 #
120 ##
121 ## ALIASES
122 ##
124 # Aliases are given in the following format:
125 #
126 # alias = <alias>, <link>
127 #
128 # Where the link part might contain "%s", the "%s" will be substituted
129 # with the user's input when the alias is expanded.
131 # alias = s, https://www.google.com/search?q=%s
132 # alias = w, https://secure.wikimedia.org/wikipedia/en/w/index.php?title=Special%3ASearch&search=%s
133 # alias = ports, http://openports.se/search.php?so=%s
136 ##
137 ## COOKIE, JAVASCRIPT AND PLUGIN WHITE LISTS
138 ##
140 # Add the domains you trust.
142 # cookie_wl = .conformal.com
143 # cookie_wl = .peereboom.us
145 # js_wl = .conformal.com
146 # js_wl = .peereboom.us
148 # pl_wl = .conformal.com
149 # pl_wl = .peereboom.us
152 ##
153 ## FORCE HTTPS FOR SITES
154 ##
156 # Add the domains of sites that should be only accesed over HTTPS.
158 # force_https = .conformal.com
161 ##
162 ## MIME TYPES
163 ##
165 # PDF, note that xpdf can't load a URI directly; use "@" in front of
166 # mime_type to indicate to download the file first.
168 # mime_type = application/pdf,kpdf
169 # mime_type = @application/pdf,xpdf
171 # Specific MIME type for video.
172 # mime_type = video/x-ms-wmv,mplayer
173 # mime_type = video/quicktime,mplayer
175 # Default MIME type for video.
176 # mime_type = video/*,mplayer
178 # Default MIME type for audio.
179 # mime_type = audio/*,vlc
181 # Word documents.
182 # mime_type = application/msword,soffice
184 # Ignoring flash can be done by using the donothing pseudo-binary.
185 # mime_type = application/x-shockwave-flash,donothing
188 ##
189 ## ADVANCED SETTINGS
190 ##
192 resource_dir = /usr/share/xombrero/
193 # refresh_interval = 10
194 # url_regex = ^[[:blank:]]*[^[:blank:]]*([[:alnum:]-]+\.)+[[:alnum:]-][^[:blank:]]*[[:blank:]]*$
195 # gnutls_priority_string = NORMAL:%COMPAT
197 # NOTE: webkit 1.4.x overwrites these values!
198 # max_host_connections = 5
199 # max_connections = 25
202 ##
203 ## ADVANCED GUI SETTINGS
204 ##
206 # The following low-level GUI settings are set by the high-level setting
207 # "gui_mode".
209 # The settings for "gui_mode = classic" are as follows:
211 # fancy_bar = 1
212 # show_tabs = 1
213 # tab_style = normal
214 # userstyle_global = 0
215 # show_url = 1
216 # show_statusbar = 0
217 # show_scrollbars = 1
219 # The settings for "gui_mode = minimal" are as follows:
221 # fancy_bar = 0
222 # show_tabs = 1
223 # tab_style = compact
224 # show_url = 0
225 # show_statusbar = 1
226 # show_scrollbars = 0
228 # The following are settings shared between "classic" and "minimal"
229 # "gui_mode":
231 # statusbar_elems = BP
232 # icon_size = 2
233 # cmd_font = monospace normal 9
234 # oops_font = monospace normal 9
235 # statusbar_font = monospace normal 9
236 # tabbar_font = monospace normal 9
239 ##
240 ## ADVANCED COOKIE AND JAVASCRIPT SETTINGS
241 ##
243 # The following low-level settings are set by the high-level setting
244 # "browser_mode", and shouldn't be tweaked manually unless you know what
245 # you are doing.
247 # The settings for "browser_mode = normal" are as follows:
249 # allow_volatile_cookies = 0
250 # cookie_policy = allow
251 # cookies_enabled = 1
252 # enable_cookie_whitelist = 0
253 # read_only_cookies = 0
254 # save_rejected_cookies = 0
255 # session_timeout = 3600
256 # enable_scripts = 1
257 # enable_js_whitelist = 0
258 # enable_localstorage = 1
259 # enable_plugins = 1
260 # enable_plugin_whitelist = 0
261 # allow_insecure_content = 1
262 # allow_insecure_scripts = 1
263 # do_not_track = 0
265 # The settings for "browser_mode = whitelist" are as follows:
267 # allow_volatile_cookies = 0
268 # cookie_policy = no3rdparty
269 # cookies_enabled = 1
270 # enable_cookie_whitelist = 1
271 # read_only_cookies = 0
272 # save_rejected_cookies = 0
273 # session_timeout = 3600
274 # enable_scripts = 0
275 # enable_js_whitelist = 1
276 # enable_localstorage = 0
277 # enable_plugins = 0
278 # enable_plugin_whitelist = 1
279 # allow_insecure_content = 0
280 # allow_insecure_scripts = 0
281 # do_not_track = 1
284 ##
285 ## KEY BINDINGS
286 ##
288 # To delete all default keybindings use "keybinding = clearall".
289 #
290 # keybinding = clearall
291 #
292 # Key names can be found at:
293 #
294 # http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms-compat.h
295 #
296 # Just chop off the "GDK_" part and you have the keyname. Or look at:
297 #
298 # http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms.h
299 #
300 # and chop off "GDK_KEY_".
301 #
302 # Be aware that the names are case sensitive!
303 #
304 # The default keybindings are the following:
305 #
306 # keybinding = command,colon
307 # keybinding = search,slash
308 # keybinding = searchb,question
309 # keybinding = command_mode,!Escape
310 # keybinding = insert_mode,i
311 # keybinding = cookiejar,!M1-j
312 # keybinding = downloadmgr,!M1-d
313 # keybinding = history,!M1-h
314 # keybinding = print,!C-p
315 # keybinding = quitall,!C-q
316 # keybinding = restart,!M1-q
317 # keybinding = run_script,!M1-r
318 # keybinding = js toggle,!C-j
319 # keybinding = cookie toggle,!M1-c
320 # keybinding = togglesrc,!C-s
321 # keybinding = yankuri,y
322 # keybinding = pasteuricur,p
323 # keybinding = pasteurinew,P
324 # keybinding = toplevel toggle,!F4
325 # keybinding = help,!F1
326 # keybinding = proxy toggle,!F2
327 # keybinding = searchnext,n
328 # keybinding = searchprevious,N
329 # keybinding = focusaddress,!F6
330 # keybinding = focussearch,!F7
331 # keybinding = hinting,f
332 # keybinding = hinting,period
333 # keybinding = hinting_newtab,S-F
334 # keybinding = hinting_newtab,comma
335 # keybinding = userstyle,s
336 # keybinding = userstyle_global,S
337 # keybinding = goback,BackSpace
338 # keybinding = goback,!M1-Left
339 # keybinding = goforward,!S-BackSpace
340 # keybinding = goforward,!M1-Right
341 # keybinding = reload,!F5
342 # keybinding = reload,!C-r
343 # keybinding = reload,!C-l
344 # keybinding = favorites,!M1-f
345 # keybinding = scrolldown,j
346 # keybinding = scrolldown,Down
347 # keybinding = scrollup,k
348 # keybinding = scrollup,Up
349 # keybinding = scrollbottom,G
350 # keybinding = scrollbottom,End
351 # keybinding = scrolltop,Home
352 # keybinding = scrollpagedown,space
353 # keybinding = scrollpagedown,!C-f
354 # keybinding = scrollpagedown,Page_Down
355 # keybinding = scrollhalfdown,!C-d
356 # keybinding = scrollpageup,Page_Up
357 # keybinding = scrollpageup,!C-b
358 # keybinding = scrollhalfup,!C-u
359 # keybinding = scrollright,l
360 # keybinding = scrollright,Right
361 # keybinding = scrollfarright,dollar
362 # keybinding = scrollleft,h
363 # keybinding = scrollleft,Left
364 # keybinding = scrollfarleft,0
365 # keybinding = statustoggle,!C-n
366 # keybinding = stop,!S-F5
367 # keybinding = tabnew,!C-t
368 # keybinding = tabclose,!C-w
369 # keybinding = tabundoclose,U
370 # keybinding = tabnext 1,!C-1
371 # keybinding = tabnext 2,!C-2
372 # keybinding = tabnext 3,!C-3
373 # keybinding = tabnext 4,!C-4
374 # keybinding = tabnext 5,!C-5
375 # keybinding = tabnext 6,!C-6
376 # keybinding = tabnext 7,!C-7
377 # keybinding = tabnext 8,!C-8
378 # keybinding = tabnext 9,!C-9
379 # keybinding = tabfirst,!C-less
380 # keybinding = tablast,!C-greater
381 # keybinding = tabprevious,!C-Left
382 # keybinding = tabnext,!C-Right
383 # keybinding = focusout,!C-minus
384 # keybinding = focusin,!C-equal
385 # keybinding = focusin,!C-plus
386 # keybinding = focusreset,!C-0
387 # keybinding = editelement,!C-i
388 # keybinding = passthrough,!C-z
389 # keybinding = :open ,!F9
390 # keybinding = :open <uri>,!F10
391 # keybinding = :tabnew ,!F11
392 # keybinding = :tabnew <uri>,!F12
394 # parse the contents of another configuration file
395 # include_config = ~/.xombrero_alternate.conf