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