shuffle variables around to please XT_RESOURCE_LIMITS_DISABLE
[xxxterm.git] / xxxterm.conf
blobe4affab4c397ca8da2b274bd67ba4c64278c3bbe
1 ##
2 ## GENERAL SETTINGS
3 ##
5 # NOTE: browser_mode and gui_mode MUST be the first entries in this
6 # file!
8 # Normal browser operation (default).
9 # browser_mode          = normal
11 # Prevent tracking operation.
12 # browser_mode          = whitelist
14 # Classic GUI (default).
15 # gui_mode              = classic
17 # Minimalistic GUI.
18 # gui_mode              = minimal
20 # home                  = https://www.cyphertite.com
21 # download_dir          = ~/downloads
22 # download_mode         = start
23 # window_maximize       = 1
24 # window_width          = 1024
25 # window_height         = 768
26 # enable_spell_checking = 1
27 # spell_check_languages = en_US
28 # default_zoom_level    = 1.0
29 # encoding              = UTF-8
30 # ssl_ca_file           = /etc/ssl/cert.pem
31 # ssl_strict_certs      = 1
32 # ctrl_click_focus      = 1
33 # append_next           = 0
34 # save_global_history   = 1
35 # color_visited_uris    = 0
36 # guess_search          = 1
37 # enable_autoscroll     = 1
38 # session_autosave      = 1
39 # history_autosave      = 1
40 # autofocus_onload      = 1
41 # xterm_workaround      = 1
42 # single_instance       = 1
43 # enable_socket         = 1
44 # js_autorun_enabled    = 0
45 # auto_load_images      = 0
46 # enable_localstorage   = 0
47 # userstyle_global      = 1
48 # enable_favicon_entry  = 0
49 # enable_favicon_tabs   = 1
50 # referer               = always
52 # See http://www.xroxy.com/proxylist.php for a good list of open
53 # proxies.
55 # http_proxy = http://127.0.0.1:80
57 # Search engines; uncomment one of these lines for you favorite search
58 # engine.
60 # Scroogle (default)
61 # search_string         = https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=%s
62 # search_string         = http://www.scroogle.org/cgi-bin/nbbw.cgi?Gw=%s
64 # Google
65 # search_string         = http://www.google.com/search?q=%s&&client=xxxterm
67 # Yahoo
68 # search_string         = http://search.yahoo.com/search?p=%s
70 # External editor.
71 # NOTE: The editor specified here must not fork into the background.
73 # Examples of editors:
74 # external_editor       = gvim -f <file>
75 # external_editor       = xterm -geometry 177x58+0+0 -font -*-fixed-medium-r-*-*-15-*-*-*-*-*-iso8859-* -e vim -f <file>
76 # external_editor       = emacsclient -c <file>
78 # "default_script" points to a script executed by the run_script
79 # command. The only argument passed to this script is the current URI.
81 # default_script        = ~/.xxxterm/playflash.sh
83 # "user_agent" can be set to just about anything, for a comprehensive
84 # list see: http://www.useragentstring.com/pages/All/ . If more than one
85 # "user_agent" is given, then xxxterm will use them in a round-robin
86 # fashion for each request.
88 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)
89 user_agent              = Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
90 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
91 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
95 ## ALIASES
98 # Aliases are given in the following format:
100 #   alias = <alias>, <link>
102 # Where the link part might contain "%s", the "%s" will be substituted
103 # with the user's input when the alias is expanded.
105 # alias = s,      https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=%s
106 # alias = w,      https://secure.wikimedia.org/wikipedia/en/w/index.php?title=Special%3ASearch&search=%s
107 # alias = ports,  http://openports.se/search.php?so=%s
111 ## COOKIE, JAVASCRIPT AND PLUGIN WHITE LISTS
114 # Add the domains you trust.
116 # cookie_wl             = .conformal.com
117 # cookie_wl             = .peereboom.us
119 # js_wl                 = .conformal.com
120 # js_wl                 = .peereboom.us
122 # pl_wl                 = .conformal.com
123 # pl_wl                 = .peereboom.us
127 ## MIME TYPES
130 # PDF, note that xpdf can't load a URI directly; use "@" in front of
131 # mime_type to indicate to download the file first.
133 # mime_type             = application/pdf,kpdf
134 # mime_type             = @application/pdf,xpdf
136 # Specific MIME type for video.
137 # mime_type             = video/x-ms-wmv,mplayer
138 # mime_type             = video/quicktime,mplayer
140 # Default MIME type for video.
141 # mime_type             = video/*,mplayer
143 # Default MIME type for audio.
144 # mime_type             = audio/*,vlc
146 # Word documents.
147 # mime_type             = application/msword,soffice
149 # Ignoring flash can be done by using a non-existent binary name.
150 # mime_type             = application/x-shockwave-flash,donothing
154 ## ADVANCED SETTINGS
157 # resource_dir          = /usr/local/share/xxxterm/
158 # refresh_interval      = 10
159 # url_regex             = ^[[:blank:]]*[^[:blank:]]*([[:alnum:]-]+\.)+[[:alnum:]-][^[:blank:]]*[[:blank:]]*$
161 # NOTE: webkit 1.4.x overwrites these values!
162 # max_host_connections  = 5
163 # max_connections       = 25
167 ## ADVANCED GUI SETTINGS
170 # The following low-level GUI settings are set by the high-level setting
171 # "gui_mode".
173 # The settings for "gui_mode = classic" are as follows:
175 # fancy_bar             = 1
176 # show_tabs             = 1
177 # tab_style             = normal
178 # show_url              = 1
179 # show_statusbar        = 0
181 # The settings for "gui_mode = minimal" are as follows:
183 # fancy_bar             = 0
184 # show_tabs             = 1
185 # tab_style             = compact
186 # show_url              = 0
187 # show_statusbar        = 1
189 # The following are settings shared between "classic" and "minimal"
190 # "gui_mode":
192 # statusbar_elems       = BP
193 # icon_size             = 2
194 # cmd_font              = monospace normal 9
195 # oops_font             = monospace normal 9
196 # statusbar_font        = monospace normal 9
197 # tabbar_font           = monospace normal 9
201 ## ADVANCED COOKIE AND JAVASCRIPT SETTINGS
204 # The following low-level settings are set by the high-level setting
205 # "browser_mode", and shouldn't be tweaked manually unless you know what
206 # you are doing.
208 # The settings for "browser_mode = normal" are as follows:
210 # allow_volatile_cookies        = 0
211 # cookie_policy                 = allow
212 # cookies_enabled               = 1
213 # enable_cookie_whitelist       = 0
214 # read_only_cookies             = 0
215 # save_rejected_cookies         = 0
216 # session_timeout               = 3600
217 # enable_scripts                = 1
218 # enable_js_whitelist           = 0
219 # enable_localstorage           = 1
220 # enable_plugins                = 1
221 # enable_plugin_whitelist       = 0
223 # The settings for "browser_mode = whitelist" are as follows:
225 # allow_volatile_cookies        = 0
226 # cookie_policy                 = no3rdparty
227 # cookies_enabled               = 1
228 # enable_cookie_whitelist       = 1
229 # read_only_cookies             = 0
230 # save_rejected_cookies         = 0
231 # session_timeout               = 3600
232 # enable_scripts                = 0
233 # enable_js_whitelist           = 1
234 # enable_localstorage           = 0
235 # enable_plugins                = 0
236 # enable_plugin_whitelist       = 1
240 ## KEY BINDINGS
243 # To delete all default keybindings use "keybinding = clearall".
245 # keybinding    = clearall
247 # Key names can be found at:
249 #   http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms-compat.h
251 # Just chop off the "GDK_" part and you have the keyname. Or look at:
253 #   http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms.h
255 # and chop off "GDK_KEY_".
257 # Be aware that the names are case sensitive!
259 # The default keybindings are the following:
261 # keybinding    = command,colon
262 # keybinding    = search,slash
263 # keybinding    = searchb,question
264 # keybinding    = command_mode,Escape
265 # keybinding    = insert_mode,i
266 # keybinding    = cookiejar,M1-j
267 # keybinding    = downloadmgr,M1-d
268 # keybinding    = history,M1-h
269 # keybinding    = print,C-p
270 # keybinding    = quitall,C-q
271 # keybinding    = restart,M1-q
272 # keybinding    = run_script,M1-r
273 # keybinding    = js toggle,C-j
274 # keybinding    = cookie toggle,M1-c
275 # keybinding    = togglesrc,C-s
276 # keybinding    = yankuri,y
277 # keybinding    = pasteuricur,p
278 # keybinding    = pasteurinew,P
279 # keybinding    = toplevel toggle,F4
280 # keybinding    = help,F1
281 # keybinding    = proxy toggle,F2
282 # keybinding    = searchnext,n
283 # keybinding    = searchprevious,N
284 # keybinding    = focusaddress,F6
285 # keybinding    = focussearch,F7
286 # keybinding    = promptopen,F9
287 # keybinding    = promptopencurrent,F10
288 # keybinding    = prompttabnew,F11
289 # keybinding    = prompttabnewcurrent,F12
290 # keybinding    = hinting,f
291 # keybinding    = hinting,period
292 # keybinding    = hinting_newtab,S-F
293 # keybinding    = hinting_newtab,comma
294 # keybinding    = userstyle,s
295 # keybinding    = userstyle_global,S
296 # keybinding    = goback,BackSpace
297 # keybinding    = goback,M1-Left
298 # keybinding    = goforward,S-BackSpace
299 # keybinding    = goforward,M1-Right
300 # keybinding    = reload,F5
301 # keybinding    = reload,C-r
302 # keybinding    = reload,C-l
303 # keybinding    = favorites,!M1-f
304 # keybinding    = scrolldown,j
305 # keybinding    = scrolldown,Down
306 # keybinding    = scrollup,k
307 # keybinding    = scrollup,Up
308 # keybinding    = scrollbottom,G
309 # keybinding    = scrollbottom,End
310 # keybinding    = scrolltop,Home
311 # keybinding    = scrollpagedown,space
312 # keybinding    = scrollpagedown,C-f
313 # keybinding    = scrollpagedown,Page_Down
314 # keybinding    = scrollhalfdown,C-d
315 # keybinding    = scrollpageup,Page_Up
316 # keybinding    = scrollpageup,C-b
317 # keybinding    = scrollhalfup,C-u
318 # keybinding    = scrollright,l
319 # keybinding    = scrollright,Right
320 # keybinding    = scrollfarright,dollar
321 # keybinding    = scrollleft,h
322 # keybinding    = scrollleft,Left
323 # keybinding    = scrollfarleft,0
324 # keybinding    = statustoggle,C-n
325 # keybinding    = tabnew,C-t
326 # keybinding    = tabclose,!C-w
327 # keybinding    = tabundoclose,U
328 # keybinding    = tabnext 1,C-1
329 # keybinding    = tabnext 2,C-2
330 # keybinding    = tabnext 3,C-3
331 # keybinding    = tabnext 4,C-4
332 # keybinding    = tabnext 5,C-5
333 # keybinding    = tabnext 6,C-6
334 # keybinding    = tabnext 7,C-7
335 # keybinding    = tabnext 8,C-8
336 # keybinding    = tabnext 9,C-9
337 # keybinding    = tabfirst,C-less
338 # keybinding    = tablast,C-greater
339 # keybinding    = tabprevious,C-Left
340 # keybinding    = tabnext,C-Right
341 # keybinding    = focusout,C-minus
342 # keybinding    = focusin,C-equal
343 # keybinding    = focusin,C-plus
344 # keybinding    = focusreset,C-0
345 # keybinding    = editelement,!C-i
346 # keybinding    = passthrough,C-z