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