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