add @ modifier to mime type to enable "downloading first"; needed to use
[xxxterm.git] / xxxterm.conf
blob21fbe1d4efd0f2c6dff6284ff065926a620df12c
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 # default_zoom_level    = 1.0
17 # fancy_bar             = 1
18 # refresh_interval      = 10
19 # ssl_ca_file           = /etc/ssl/cert.pem
20 # ssl_strict_certs      = 0
21 # enable_socket         = 0
22 # single_instance       = 0
23 # save_global_history   = 0
24 # show_tabs             = 1
25 # show_url              = 1
26 # show_statusbar        = 0
27 # session_autosave      = 0
28 # guess_search          = 0
31 # resource_dir          = /usr/local/share/xxxterm/
32 # icon_size             = 2
33 # window_width          = 1024
34 # window_height         = 768
37 # user_agent can bet set to just about anything
38 # for a comprehensive list see: http://www.useragentstring.com/pages/All/
40 #user_agent             = Mozilla/5.0 (Windows; U; MSIE 9.0; WIndows NT 9.0; en-US))
41 #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
42 #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)
45 # see http://www.xroxy.com/proxylist.php for a good list of open proxies
46 # http_proxy            = http://127.0.0.1:80
49 # search engines
50 # uncomment one of these lines for you favorite search engine
52 # scroogle (default)
53 # search_string         = https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=%s
54 # search_string         = http://www.scroogle.org/cgi-bin/nbbw.cgi?Gw=%s
55 # google
56 # search_string         = http://www.google.com/search?q=%s&&client=xxxterm
57 # yahoo
58 # search_string         = http://search.yahoo.com/search?p=%s
61 # alias support, %s is substituded with user input
62 # alias,link+action
63 # alias = ports,http://openports.se/search.php?so=%s
66 # pdf, note that xpdf can't load a URI directly
67 # use @ in front of mime_type to indicate to download the file first
68 # mime_type             = application/pdf,kpdf
69 # mime_type             = @application/pdf,xpdf
72 # specific mime type for video
73 # mime_type             = video/x-ms-wmv,mplayer
74 # mime_type             = video/quicktime,mplayer
76 # default mime type for video
77 # mime_type             = video/*,mplayer
79 # default mime type for audio
80 # mime_type             = audio/*,vlc
82 # word docs
83 # mime_type             = application/msword,soffice
86 # advanced cookie and JS settings, don't touch unless you know what you are doing
88 # the settings for "browser_mode = whitelist" are as follows:
89 # allow_volatile_cookies        = 0
90 # cookie_policy                 = no3rdparty
91 # cookies_enabled               = 1
92 # enable_cookie_whitelist       = 1
93 # read_only_cookies             = 0
94 # save_rejected_cookies         = 0
95 # session_timeout               = 3600
96 # enable_scripts                = 0
97 # enable_js_whitelist           = 1
99 # the settings for "browser_mode = normal" are as follows
100 # allow_volatile_cookies        = 0
101 # cookie_policy                 = allow
102 # cookies_enabled               = 1
103 # enable_cookie_whitelist       = 0
104 # read_only_cookies             = 0
105 # save_rejected_cookies         = 0
106 # session_timeout               = 3600
107 # enable_scripts                = 1
108 # enable_js_whitelist           = 0
110 # cookie white list
111 # cookie_wl             = .conformal.com
112 # cookie_wl             = .peereboom.us
114 # javascript white list
115 # js_wl                 = .conformal.com
116 # js_wl                 = .peereboom.us
119 # key bindings
120 # to delete all default keybindings use "keybinding = clearall"
122 # keybinding    = clearall
124 # Key names can be found at:
125 # http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms-compat.h
126 # just chop off the GDK_ part and you have the keyname.
127 # or look at
128 # http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms.h
129 # and chop off GDK_KEY_
130 # Be aware that the names are case sensitive!
132 # default keybindings
134 # keybinding    = command,colon
135 # keybinding    = search,slash
136 # keybinding    = searchb,question
137 # keybinding    = cookiejar,M1-j
138 # keybinding    = downloadmgr,M1-d
139 # keybinding    = history,M1-h
140 # keybinding    = print,C-p
141 # keybinding    = quit,C-q
142 # keybinding    = restart,M1-q
143 # keybinding    = togglejs,C-j
144 # keybinding    = togglecookie,M1-c
145 # keybinding    = togglesrc,C-s
146 # keybinding    = yankuri,y
147 # keybinding    = pasteuricur,p
148 # keybinding    = pasteurinew,P
149 # keybinding    = searchnext,n
150 # keybinding    = searchprevious,N
151 # keybinding    = focusaddress,F6
152 # keybinding    = focussearch,F7
153 # keybinding    = promptopen,F9
154 # keybinding    = promptopencurrent,F10
155 # keybinding    = prompttabnew,F11
156 # keybinding    = prompttabnewcurrent,F12
157 # keybinding    = hinting,f
158 # keybinding    = userstyle,i
159 # keybinding    = goback,BackSpace
160 # keybinding    = goback,M1-Left
161 # keybinding    = goforward,S-BackSpace
162 # keybinding    = goforward,M1-Right
163 # keybinding    = reload,F5
164 # keybinding    = reload,C-r
165 # keybinding    = reloadforce,C-R
166 # keybinding    = reload,C-l
167 # keybinding    = favorites,M1-f
168 # keybinding    = scrolldown,j
169 # keybinding    = scrolldown,Down
170 # keybinding    = scrollup,k
171 # keybinding    = scrollup,Up
172 # keybinding    = scrollbottom,G
173 # keybinding    = scrollbottom,End
174 # keybinding    = scrolltop,g
175 # keybinding    = scrolltop,Home
176 # keybinding    = scrollpagedown,space
177 # keybinding    = scrollpagedown,C-f
178 # keybinding    = scrollpagedown,Page_Down
179 # keybinding    = scrollhalfdown,C-d
180 # keybinding    = scrollpageup,Page_Up
181 # keybinding    = scrollpageup,C-b
182 # keybinding    = scrollhalfup,C-u
183 # keybinding    = scrollright,l
184 # keybinding    = scrollright,Right
185 # keybinding    = scrollfarright,dollar
186 # keybinding    = scrollleft,h
187 # keybinding    = scrollleft,Left
188 # keybinding    = scrollfarleft,0
189 # keybinding    = tabnew,C-t
190 # keybinding    = tabclose,C-w
191 # keybinding    = tabundoclose,U
192 # keybinding    = tabgoto1,C-1
193 # keybinding    = tabgoto2,C-2
194 # keybinding    = tabgoto3,C-3
195 # keybinding    = tabgoto4,C-4
196 # keybinding    = tabgoto5,C-5
197 # keybinding    = tabgoto6,C-6
198 # keybinding    = tabgoto7,C-7
199 # keybinding    = tabgoto8,C-8
200 # keybinding    = tabgoto9,C-9
201 # keybinding    = tabgoto10,C-0
202 # keybinding    = tabfirst,C-less
203 # keybinding    = tablast,C-greater
204 # keybinding    = tabprevious,C-Left
205 # keybinding    = tabnext,C-Right
206 # keybinding    = focusout,C-minus
207 # keybinding    = focusin,C-equal
208 # keybinding    = focusin,C-plus