make ctrl-click work again. someone sprinkled misguided
[xxxterm.git] / xxxterm.conf
blobf70c8c3b9206bffd92540c3d3f052a6a2243763d
1 # $xxxterm$
3 home                    = http://www.peereboom.us
4 ctrl_click_focus        = 0
5 append_next             = 1
6 download_dir            = ~downloads
7 cookies_enabled         = 1
8 allow_volatile_cookies  = 0
9 read_only_cookies       = 0
10 enable_scripts          = 0
11 enable_plugins          = 0
12 default_font_size       = 12
13 fancy_bar               = 1
14 refresh_interval        = 1
15 session_timeout         = 3600
16 enable_cookie_whitelist = 1
17 # ssl_ca_file           = /etc/ssl/cert.pem
18 ssl_strict_certs        = 0
19 enable_socket           = 0
20 single_instance         = 0
21 save_global_history     = 0
22 show_tabs               = 1
23 show_url                = 1
24 show_statusbar          = 0
25 session_autosave        = 0
27 # note that cookies_enabled must be set to 1 for this to work
28 save_rejected_cookies   = 0
30 # resource_dir          = /usr/local/share/xxxterm/
31 # icon_size             = 2
32 # window_width          = 1024
33 # window_height         = 768
35 # user_agent can bet set to just about anything
36 # for a comprehensive list see: http://www.useragentstring.com/pages/All/
38 #user_agent             = Mozilla/5.0 (Windows; U; MSIE 9.0; WIndows NT 9.0; en-US))
39 #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
40 #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)
42 # only useful if enable_scripts = 0
43 enable_js_whitelist     = 1
45 # cookie policy values: accept, reject, no3rdparty
46 cookie_policy           = no3rdparty
48 # see http://www.xroxy.com/proxylist.php for a good list of open proxies
49 # http_proxy            = http://127.0.0.1:80
51 # search engines
52 # uncomment one of these lines for you favorite search engine
54 # scroogle
55 search_string           = https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=%s
56 #search_string          = http://www.scroogle.org/cgi-bin/nbbw.cgi?Gw=%s
58 # google
59 # search_string         = http://www.google.com/search?q=%s&&client=xxxterm
61 # yahoo
62 # search_string         = http://search.yahoo.com/search?p=%s
64 # alias support, %s is substituded with user input
65 # alias,link+action
66 alias = ports,http://openports.se/search.php?so=%s
68 # specific mime type for video
69 # mime_type             = video/x-ms-wmv,mplayer
70 # mime_type             = video/quicktime,mplayer
72 # default mime type for video
73 mime_type               = video/*,mplayer
75 # default mime type for audio
76 mime_type               = audio/*,mplayer
78 # pdf, note that xpdf can't load a URI directly
79 mime_type               = application/pdf,kpdf
81 # word docs
82 mime_type               = application/msword,soffice
84 # cookie white list
85 # Example of valid entries are:
86 #                               *.moo.com
87 #                               .moo.com
88 #                               www.moo.com
89 cookie_wl               = .conformal.com
90 cookie_wl               = .peereboom.us
92 # javascript white list
93 js_wl                   = .conformal.com
94 js_wl                   = .peereboom.us