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