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