about summary refs log tree commit diff stats
path: root/xxxterm.conf
blob: 234f752fa4db99e1cb1863866af61d0f94e07785 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
# $xxxterm$

# NOTE: browser_mode MUST be the first entry in this file!

# normal browser operation (default)
# browser_mode		= normal

# prevent tracking operation
# browser_mode		= whitelist

# home			= https://www.cyphertite.com
# ctrl_click_focus	= 0
# append_next		= 1
# download_dir		= ~/downloads
# default_zoom_level	= 1.0
# fancy_bar		= 1
# refresh_interval	= 10
# ssl_ca_file		= /etc/ssl/cert.pem
# ssl_strict_certs	= 0
# enable_socket		= 0
# enable_localstorage	= 0
# single_instance	= 0
# save_global_history	= 0
# show_tabs		= 1
# statusbar_elems	= BP
# tab_style		= normal
# show_url		= 1
# show_statusbar	= 0
# session_autosave	= 0
# guess_search		= 0
# enable_spell_checking	= 1
# spell_check_languages	= en_US

#
# default_script points to a script executed by the run_script command.
# the only argument passed to this script is the current uri
#
# default_script	= ~/.xxxterm/playflash.sh

# NOTE: webkit 1.4.x overwrites these values!
# max_host_connections	= 5
# max_connections	= 25

# cmd_font		= monospace normal 9
# oops_font		= monospace normal 9
# statusbar_font	= monospace normal 9
# tabbar_font		= monospace normal 9

#
# resource_dir		= /usr/local/share/xxxterm/
# icon_size		= 2
# window_width		= 1024
# window_height		= 768

#
# user_agent can bet set to just about anything
# for a comprehensive list see: http://www.useragentstring.com/pages/All/
#
#user_agent		= Mozilla/5.0 (Windows; U; MSIE 9.0; WIndows NT 9.0; en-US))
#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
#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)

#
# see http://www.xroxy.com/proxylist.php for a good list of open proxies
# http_proxy		= http://127.0.0.1:80

#
# search engines
# uncomment one of these lines for you favorite search engine
#
# scroogle (default)
# search_string		= https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=%s
# search_string		= http://www.scroogle.org/cgi-bin/nbbw.cgi?Gw=%s
# google
# search_string		= http://www.google.com/search?q=%s&&client=xxxterm
# yahoo
# search_string		= http://search.yahoo.com/search?p=%s

#
# alias support, %s is substituded with user input
# alias,link+action
# alias = ports,http://openports.se/search.php?so=%s

#
# pdf, note that xpdf can't load a URI directly
# use @ in front of mime_type to indicate to download the file first
# mime_type		= application/pdf,kpdf
# mime_type		= @application/pdf,xpdf

#
# specific mime type for video
# mime_type		= video/x-ms-wmv,mplayer
# mime_type		= video/quicktime,mplayer

# default mime type for video
# mime_type		= video/*,mplayer

# default mime type for audio
# mime_type		= audio/*,vlc

# word docs
# mime_type		= application/msword,soffice

# ignoring flash can be done by using a non-existent binary name
# mime_type		= application/x-shockwave-flash,donothing

#
# advanced cookie and JS settings, don't touch unless you know what you are doing
#
# the settings for "browser_mode = whitelist" are as follows:
# allow_volatile_cookies	= 0
# cookie_policy			= no3rdparty
# cookies_enabled		= 1
# enable_cookie_whitelist	= 1
# read_only_cookies		= 0
# save_rejected_cookies		= 0
# session_timeout		= 3600
# enable_scripts		= 0
# enable_js_whitelist		= 1
# enable_localstorage		= 0
#
# the settings for "browser_mode = normal" are as follows
# allow_volatile_cookies	= 0
# cookie_policy			= allow
# cookies_enabled		= 1
# enable_cookie_whitelist	= 0
# read_only_cookies		= 0
# save_rejected_cookies		= 0
# session_timeout		= 3600
# enable_scripts		= 1
# enable_js_whitelist		= 0
# enable_localstorage		= 1

# cookie white list
# cookie_wl		= .conformal.com
# cookie_wl		= .peereboom.us

# javascript white list
# js_wl			= .conformal.com
# js_wl			= .peereboom.us

#
# key bindings
# to delete all default keybindings use "keybinding = clearall"
#
# keybinding	= clearall
#
# Key names can be found at:
# http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms-compat.h
# just chop off the GDK_ part and you have the keyname.
# or look at
# http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms.h
# and chop off GDK_KEY_
# Be aware that the names are case sensitive!
#
# default keybindings
#
# keybinding	= command,colon
# keybinding	= search,slash
# keybinding	= searchb,question
# keybinding	= cookiejar,M1-j
# keybinding	= downloadmgr,M1-d
# keybinding	= history,M1-h
# keybinding	= print,C-p
# keybinding	= quitall,C-q
# keybinding	= restart,M1-q
# keybinding	= run_script,M1-r
# keybinding	= js toggle,C-j
# keybinding	= cookie toggle,M1-c
# keybinding	= togglesrc,C-s
# keybinding	= yankuri,y
# keybinding	= pasteuricur,p
# keybinding	= pasteurinew,P
# keybinding	= toplevel toggle,F4
# keybinding	= help,F1
# keybinding	= searchnext,n
# keybinding	= searchprevious,N
# keybinding	= focusaddress,F6
# keybinding	= focussearch,F7
# keybinding	= promptopen,F9
# keybinding	= promptopencurrent,F10
# keybinding	= prompttabnew,F11
# keybinding	= prompttabnewcurrent,F12
# keybinding	= hinting,f
# keybinding	= userstyle,i
# keybinding	= goback,BackSpace
# keybinding	= goback,M1-Left
# keybinding	= goforward,S-BackSpace
# keybinding	= goforward,M1-Right
# keybinding	= reload,F5
# keybinding	= reload,C-r
# keybinding	= reload,C-l
# keybinding	= favorites,!M1-f
# keybinding	= scrolldown,j
# keybinding	= scrolldown,Down
# keybinding	= scrollup,k
# keybinding	= scrollup,Up
# keybinding	= scrollbottom,G
# keybinding	= scrollbottom,End
# keybinding	= scrolltop,Home
# keybinding	= scrollpagedown,space
# keybinding	= scrollpagedown,C-f
# keybinding	= scrollpagedown,Page_Down
# keybinding	= scrollhalfdown,C-d
# keybinding	= scrollpageup,Page_Up
# keybinding	= scrollpageup,C-b
# keybinding	= scrollhalfup,C-u
# keybinding	= scrollright,l
# keybinding	= scrollright,Right
# keybinding	= scrollfarright,dollar
# keybinding	= scrollleft,h
# keybinding	= scrollleft,Left
# keybinding	= scrollfarleft,0
# keybinding	= statustoggle,C-n
# keybinding	= tabnew,C-t
# keybinding	= tabclose,!C-w
# keybinding	= tabundoclose,U
# keybinding	= tabnext 1,C-1
# keybinding	= tabnext 2,C-2
# keybinding	= tabnext 3,C-3
# keybinding	= tabnext 4,C-4
# keybinding	= tabnext 5,C-5
# keybinding	= tabnext 6,C-6
# keybinding	= tabnext 7,C-7
# keybinding	= tabnext 8,C-8
# keybinding	= tabnext 9,C-9
# keybinding	= tabfirst,C-less
# keybinding	= tablast,C-greater
# keybinding	= tabprevious,C-Left
# keybinding	= tabnext,C-Right
# keybinding	= focusout,C-minus
# keybinding	= focusin,C-equal
# keybinding	= focusin,C-plus
# keybinding	= focusreset,C-0