catch up to new man reality; files go in man/man
[xxxterm.git] / xxxterm.conf
blob1ad5c46e8d37208e05d011f3d3e71b21c82a6b6b
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_font_size     = 12
16 # default_zoom_level    = 1.0
17 # fancy_bar             = 1
18 # refresh_interval      = 10
19 # ssl_ca_file           = /etc/ssl/cert.pem
20 # ssl_strict_certs      = 0
21 # enable_socket         = 0
22 # single_instance       = 0
23 # save_global_history   = 0
24 # show_tabs             = 1
25 # show_url              = 1
26 # show_statusbar        = 0
27 # session_autosave      = 0
28 # guess_search          = 0
29 # max_host_connections  = 5
30 # max_connections       = 25
31 # enable_spell_checking = 1
32 # spell_check_languages = en_US
35 # resource_dir          = /usr/local/share/xxxterm/
36 # icon_size             = 2
37 # window_width          = 1024
38 # window_height         = 768
41 # user_agent can bet set to just about anything
42 # for a comprehensive list see: http://www.useragentstring.com/pages/All/
44 #user_agent             = Mozilla/5.0 (Windows; U; MSIE 9.0; WIndows NT 9.0; en-US))
45 #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
46 #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)
49 # see http://www.xroxy.com/proxylist.php for a good list of open proxies
50 # http_proxy            = http://127.0.0.1:80
53 # search engines
54 # uncomment one of these lines for you favorite search engine
56 # scroogle (default)
57 # search_string         = https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=%s
58 # search_string         = http://www.scroogle.org/cgi-bin/nbbw.cgi?Gw=%s
59 # google
60 # search_string         = http://www.google.com/search?q=%s&&client=xxxterm
61 # yahoo
62 # search_string         = http://search.yahoo.com/search?p=%s
65 # alias support, %s is substituded with user input
66 # alias,link+action
67 # alias = ports,http://openports.se/search.php?so=%s
70 # pdf, note that xpdf can't load a URI directly
71 # use @ in front of mime_type to indicate to download the file first
72 # mime_type             = application/pdf,kpdf
73 # mime_type             = @application/pdf,xpdf
76 # specific mime type for video
77 # mime_type             = video/x-ms-wmv,mplayer
78 # mime_type             = video/quicktime,mplayer
80 # default mime type for video
81 # mime_type             = video/*,mplayer
83 # default mime type for audio
84 # mime_type             = audio/*,vlc
86 # word docs
87 # mime_type             = application/msword,soffice
89 # ignoring flash can be done by using a non-existent binary name
90 # mime_type             = application/x-shockwave-flash,donothing
93 # advanced cookie and JS settings, don't touch unless you know what you are doing
95 # the settings for "browser_mode = whitelist" are as follows:
96 # allow_volatile_cookies        = 0
97 # cookie_policy                 = no3rdparty
98 # cookies_enabled               = 1
99 # enable_cookie_whitelist       = 1
100 # read_only_cookies             = 0
101 # save_rejected_cookies         = 0
102 # session_timeout               = 3600
103 # enable_scripts                = 0
104 # enable_js_whitelist           = 1
106 # the settings for "browser_mode = normal" are as follows
107 # allow_volatile_cookies        = 0
108 # cookie_policy                 = allow
109 # cookies_enabled               = 1
110 # enable_cookie_whitelist       = 0
111 # read_only_cookies             = 0
112 # save_rejected_cookies         = 0
113 # session_timeout               = 3600
114 # enable_scripts                = 1
115 # enable_js_whitelist           = 0
117 # cookie white list
118 # cookie_wl             = .conformal.com
119 # cookie_wl             = .peereboom.us
121 # javascript white list
122 # js_wl                 = .conformal.com
123 # js_wl                 = .peereboom.us
126 # key bindings
127 # to delete all default keybindings use "keybinding = clearall"
129 # keybinding    = clearall
131 # Key names can be found at:
132 # http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms-compat.h
133 # just chop off the GDK_ part and you have the keyname.
134 # or look at
135 # http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms.h
136 # and chop off GDK_KEY_
137 # Be aware that the names are case sensitive!
139 # default keybindings
141 # keybinding    = command,colon
142 # keybinding    = search,slash
143 # keybinding    = searchb,question
144 # keybinding    = cookiejar,M1-j
145 # keybinding    = downloadmgr,M1-d
146 # keybinding    = history,M1-h
147 # keybinding    = print,C-p
148 # keybinding    = quitall,C-q
149 # keybinding    = restart,M1-q
150 # keybinding    = js toggle,C-j
151 # keybinding    = cookie toggle,M1-c
152 # keybinding    = togglesrc,C-s
153 # keybinding    = yankuri,y
154 # keybinding    = pasteuricur,p
155 # keybinding    = pasteurinew,P
156 # keybinding    = toplevel toggle,F4
157 # keybinding    = help,F1
158 # keybinding    = searchnext,n
159 # keybinding    = searchprevious,N
160 # keybinding    = focusaddress,F6
161 # keybinding    = focussearch,F7
162 # keybinding    = promptopen,F9
163 # keybinding    = promptopencurrent,F10
164 # keybinding    = prompttabnew,F11
165 # keybinding    = prompttabnewcurrent,F12
166 # keybinding    = hinting,f
167 # keybinding    = userstyle,i
168 # keybinding    = goback,BackSpace
169 # keybinding    = goback,M1-Left
170 # keybinding    = goforward,S-BackSpace
171 # keybinding    = goforward,M1-Right
172 # keybinding    = reload,F5
173 # keybinding    = reload,C-r
174 # keybinding    = reloadforce,C-R
175 # keybinding    = reload,C-l
176 # keybinding    = favorites,!M1-f
177 # keybinding    = scrolldown,j
178 # keybinding    = scrolldown,Down
179 # keybinding    = scrollup,k
180 # keybinding    = scrollup,Up
181 # keybinding    = scrollbottom,G
182 # keybinding    = scrollbottom,End
183 # keybinding    = scrolltop,g
184 # keybinding    = scrolltop,Home
185 # keybinding    = scrollpagedown,space
186 # keybinding    = scrollpagedown,C-f
187 # keybinding    = scrollpagedown,Page_Down
188 # keybinding    = scrollhalfdown,C-d
189 # keybinding    = scrollpageup,Page_Up
190 # keybinding    = scrollpageup,C-b
191 # keybinding    = scrollhalfup,C-u
192 # keybinding    = scrollright,l
193 # keybinding    = scrollright,Right
194 # keybinding    = scrollfarright,dollar
195 # keybinding    = scrollleft,h
196 # keybinding    = scrollleft,Left
197 # keybinding    = scrollfarleft,0
198 # keybinding    = tabnew,C-t
199 # keybinding    = tabclose,!C-w
200 # keybinding    = tabundoclose,U
201 # keybinding    = tabnext 1,C-1
202 # keybinding    = tabnext 2,C-2
203 # keybinding    = tabnext 3,C-3
204 # keybinding    = tabnext 4,C-4
205 # keybinding    = tabnext 5,C-5
206 # keybinding    = tabnext 6,C-6
207 # keybinding    = tabnext 7,C-7
208 # keybinding    = tabnext 8,C-8
209 # keybinding    = tabnext 9,C-9
210 # keybinding    = tabnext 10,C-0
211 # keybinding    = tabfirst,C-less
212 # keybinding    = tablast,C-greater
213 # keybinding    = tabprevious,C-Left
214 # keybinding    = tabnext,C-Right
215 # keybinding    = focusout,C-minus
216 # keybinding    = focusin,C-equal
217 # keybinding    = focusin,C-plus