fix stevan's broken space bar
[xxxterm.git] / xxxterm.conf
blobe40163ef2a74896317fa51570d9654971e78c1c1
1 # $xxxterm$
3 # NOTE: browser_mode MUST be the first entry in this file!
5 # normal browser operation (default)
6 # browser_mode          = normal
8 # prevent tracking operation
9 # browser_mode          = whitelist
11 # home                  = http://www.peereboom.us
12 # ctrl_click_focus      = 0
13 # append_next           = 1
14 # download_dir          = ~/downloads
15 # default_font_size     = 12
16 # fancy_bar             = 1
17 # refresh_interval      = 10
18 # ssl_ca_file           = /etc/ssl/cert.pem
19 # ssl_strict_certs      = 0
20 # enable_socket         = 0
21 # single_instance       = 0
22 # save_global_history   = 0
23 # show_tabs             = 1
24 # show_url              = 1
25 # show_statusbar        = 0
26 # session_autosave      = 0
27 # guess_search          = 0
30 # resource_dir          = /usr/local/share/xxxterm/
31 # icon_size             = 2
32 # window_width          = 1024
33 # window_height         = 768
36 # user_agent can bet set to just about anything
37 # for a comprehensive list see: http://www.useragentstring.com/pages/All/
39 #user_agent             = Mozilla/5.0 (Windows; U; MSIE 9.0; WIndows NT 9.0; en-US))
40 #user_agent             = Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; de-de) AppleWebKit/534.15+ (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4
41 #user_agent             = Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2.3) Gecko/20100401 Firefox/4.0 (.NET CLR 3.5.30729)
44 # see http://www.xroxy.com/proxylist.php for a good list of open proxies
45 # http_proxy            = http://127.0.0.1:80
48 # search engines
49 # uncomment one of these lines for you favorite search engine
51 # scroogle (default)
52 # search_string         = https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=%s
53 # search_string         = http://www.scroogle.org/cgi-bin/nbbw.cgi?Gw=%s
54 # google
55 # search_string         = http://www.google.com/search?q=%s&&client=xxxterm
56 # yahoo
57 # search_string         = http://search.yahoo.com/search?p=%s
60 # alias support, %s is substituded with user input
61 # alias,link+action
62 # alias = ports,http://openports.se/search.php?so=%s
65 # specific mime type for video
66 # mime_type             = video/x-ms-wmv,mplayer
67 # mime_type             = video/quicktime,mplayer
69 # default mime type for video
70 # mime_type             = video/*,mplayer
72 # default mime type for audio
73 # mime_type             = audio/*,mplayer
75 # pdf, note that xpdf can't load a URI directly
76 # mime_type             = application/pdf,kpdf
78 # word docs
79 # mime_type             = application/msword,soffice
82 # advanced cookie and JS settings, don't touch unless you know what you are doing
84 # the settings for "browser_mode = whitelist" are as follows:
85 # allow_volatile_cookies        = 0
86 # cookie_policy                 = no3rdparty
87 # cookies_enabled               = 1
88 # enable_cookie_whitelist       = 1
89 # read_only_cookies             = 0
90 # save_rejected_cookies         = 0
91 # session_timeout               = 3600
92 # enable_scripts                = 0
93 # enable_js_whitelist           = 1
95 # the settings for "browser_mode = normal" are as follows
96 # allow_volatile_cookies        = 0
97 # cookie_policy                 = allow
98 # cookies_enabled               = 1
99 # enable_cookie_whitelist       = 0
100 # read_only_cookies             = 0
101 # save_rejected_cookies         = 0
102 # session_timeout               = 3600
103 # enable_scripts                = 1
104 # enable_js_whitelist           = 0
106 # cookie white list
107 # cookie_wl             = .conformal.com
108 # cookie_wl             = .peereboom.us
110 # javascript white list
111 # js_wl                 = .conformal.com
112 # js_wl                 = .peereboom.us