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 = https://www.cyphertite.com
12 # ctrl_click_focus = 0
14 # download_dir = ~/downloads
15 # default_zoom_level = 1.0
17 # refresh_interval = 10
18 # ssl_ca_file = /etc/ssl/cert.pem
19 # ssl_strict_certs = 0
21 # enable_localstorage = 0
23 # color_visited_uris = 1
24 # save_global_history = 0
26 # statusbar_elems = BP
30 # session_autosave = 0
32 # url_regex = ^[[:blank:]]*[^[:blank:]]*([[:alnum:]-]+\.)+[[:alnum:]-][^[:blank:]]*[[:blank:]]*$
33 # enable_spell_checking = 1
34 # spell_check_languages = en_US
35 # xterm_workaround = 1
36 # history_autosave = 1
37 # autofocus_onload = 1
39 # js_autorun_enabled = 0
42 # default_script points to a script executed by the run_script command.
43 # the only argument passed to this script is the current uri
45 # default_script = ~/.xxxterm/playflash.sh
47 # NOTE: webkit 1.4.x overwrites these values!
48 # max_host_connections = 5
49 # max_connections = 25
51 # cmd_font = monospace normal 9
52 # oops_font = monospace normal 9
53 # statusbar_font = monospace normal 9
54 # tabbar_font = monospace normal 9
57 # resource_dir = /usr/local/share/xxxterm/
63 # user_agent can bet set to just about anything
64 # for a comprehensive list see: http://www.useragentstring.com/pages/All/
66 #user_agent = Mozilla/5.0 (Windows; U; MSIE 9.0; WIndows NT 9.0; en-US))
67 #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
68 #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)
71 # see http://www.xroxy.com/proxylist.php for a good list of open proxies
72 # http_proxy = http://127.0.0.1:80
76 # uncomment one of these lines for you favorite search engine
79 # search_string = https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=%s
80 # search_string = http://www.scroogle.org/cgi-bin/nbbw.cgi?Gw=%s
82 # search_string = http://www.google.com/search?q=%s&&client=xxxterm
84 # search_string = http://search.yahoo.com/search?p=%s
87 # alias support, %s is substituded with user input
89 # alias = ports,http://openports.se/search.php?so=%s
92 # pdf, note that xpdf can't load a URI directly
93 # use @ in front of mime_type to indicate to download the file first
94 # mime_type = application/pdf,kpdf
95 # mime_type = @application/pdf,xpdf
98 # specific mime type for video
99 # mime_type = video/x-ms-wmv,mplayer
100 # mime_type = video/quicktime,mplayer
102 # default mime type for video
103 # mime_type = video/*,mplayer
105 # default mime type for audio
106 # mime_type = audio/*,vlc
109 # mime_type = application/msword,soffice
111 # ignoring flash can be done by using a non-existent binary name
112 # mime_type = application/x-shockwave-flash,donothing
115 # advanced cookie and JS settings, don't touch unless you know what you are doing
117 # the settings for "browser_mode = whitelist" are as follows:
118 # allow_volatile_cookies = 0
119 # cookie_policy = no3rdparty
120 # cookies_enabled = 1
121 # enable_cookie_whitelist = 1
122 # read_only_cookies = 0
123 # save_rejected_cookies = 0
124 # session_timeout = 3600
126 # enable_js_whitelist = 1
127 # enable_localstorage = 0
129 # the settings for "browser_mode = normal" are as follows
130 # allow_volatile_cookies = 0
131 # cookie_policy = allow
132 # cookies_enabled = 1
133 # enable_cookie_whitelist = 0
134 # read_only_cookies = 0
135 # save_rejected_cookies = 0
136 # session_timeout = 3600
138 # enable_js_whitelist = 0
139 # enable_localstorage = 1
142 # cookie_wl = .conformal.com
143 # cookie_wl = .peereboom.us
145 # javascript white list
146 # js_wl = .conformal.com
147 # js_wl = .peereboom.us
151 # to delete all default keybindings use "keybinding = clearall"
153 # keybinding = clearall
155 # Key names can be found at:
156 # http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms-compat.h
157 # just chop off the GDK_ part and you have the keyname.
159 # http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms.h
160 # and chop off GDK_KEY_
161 # Be aware that the names are case sensitive!
163 # default keybindings
165 # keybinding = command,colon
166 # keybinding = search,slash
167 # keybinding = searchb,question
168 # keybinding = command_mode,Escape
169 # keybinding = insert_mode,i
170 # keybinding = cookiejar,M1-j
171 # keybinding = downloadmgr,M1-d
172 # keybinding = history,M1-h
173 # keybinding = print,C-p
174 # keybinding = quitall,C-q
175 # keybinding = restart,M1-q
176 # keybinding = run_script,M1-r
177 # keybinding = js toggle,C-j
178 # keybinding = cookie toggle,M1-c
179 # keybinding = togglesrc,C-s
180 # keybinding = yankuri,y
181 # keybinding = pasteuricur,p
182 # keybinding = pasteurinew,P
183 # keybinding = toplevel toggle,F4
184 # keybinding = help,F1
185 # keybinding = proxy toggle,F2
186 # keybinding = searchnext,n
187 # keybinding = searchprevious,N
188 # keybinding = focusaddress,F6
189 # keybinding = focussearch,F7
190 # keybinding = promptopen,F9
191 # keybinding = promptopencurrent,F10
192 # keybinding = prompttabnew,F11
193 # keybinding = prompttabnewcurrent,F12
194 # keybinding = hinting,f
195 # keybinding = hinting,period
196 # keybinding = hinting_newtab,S-F
197 # keybinding = hinting_newtab,comma
198 # keybinding = userstyle,s
199 # keybinding = goback,BackSpace
200 # keybinding = goback,M1-Left
201 # keybinding = goforward,S-BackSpace
202 # keybinding = goforward,M1-Right
203 # keybinding = reload,F5
204 # keybinding = reload,C-r
205 # keybinding = reload,C-l
206 # keybinding = favorites,!M1-f
207 # keybinding = scrolldown,j
208 # keybinding = scrolldown,Down
209 # keybinding = scrollup,k
210 # keybinding = scrollup,Up
211 # keybinding = scrollbottom,G
212 # keybinding = scrollbottom,End
213 # keybinding = scrolltop,Home
214 # keybinding = scrollpagedown,space
215 # keybinding = scrollpagedown,C-f
216 # keybinding = scrollpagedown,Page_Down
217 # keybinding = scrollhalfdown,C-d
218 # keybinding = scrollpageup,Page_Up
219 # keybinding = scrollpageup,C-b
220 # keybinding = scrollhalfup,C-u
221 # keybinding = scrollright,l
222 # keybinding = scrollright,Right
223 # keybinding = scrollfarright,dollar
224 # keybinding = scrollleft,h
225 # keybinding = scrollleft,Left
226 # keybinding = scrollfarleft,0
227 # keybinding = statustoggle,C-n
228 # keybinding = tabnew,C-t
229 # keybinding = tabclose,!C-w
230 # keybinding = tabundoclose,U
231 # keybinding = tabnext 1,C-1
232 # keybinding = tabnext 2,C-2
233 # keybinding = tabnext 3,C-3
234 # keybinding = tabnext 4,C-4
235 # keybinding = tabnext 5,C-5
236 # keybinding = tabnext 6,C-6
237 # keybinding = tabnext 7,C-7
238 # keybinding = tabnext 8,C-8
239 # keybinding = tabnext 9,C-9
240 # keybinding = tabfirst,C-less
241 # keybinding = tablast,C-greater
242 # keybinding = tabprevious,C-Left
243 # keybinding = tabnext,C-Right
244 # keybinding = focusout,C-minus
245 # keybinding = focusin,C-equal
246 # keybinding = focusin,C-plus
247 # keybinding = focusreset,C-0