disable stop button on about pages
[xxxterm.git] / xxxterm.conf
blobe74b7f980b55f20423a3ec32278d5773731b7bd7
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                  = http://www.peereboom.us
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
33 # resource_dir          = /usr/local/share/xxxterm/
34 # icon_size             = 2
35 # window_width          = 1024
36 # window_height         = 768
39 # user_agent can bet set to just about anything
40 # for a comprehensive list see: http://www.useragentstring.com/pages/All/
42 #user_agent             = Mozilla/5.0 (Windows; U; MSIE 9.0; WIndows NT 9.0; en-US))
43 #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
44 #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)
47 # see http://www.xroxy.com/proxylist.php for a good list of open proxies
48 # http_proxy            = http://127.0.0.1:80
51 # search engines
52 # uncomment one of these lines for you favorite search engine
54 # scroogle (default)
55 # search_string         = https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=%s
56 # search_string         = http://www.scroogle.org/cgi-bin/nbbw.cgi?Gw=%s
57 # google
58 # search_string         = http://www.google.com/search?q=%s&&client=xxxterm
59 # yahoo
60 # search_string         = http://search.yahoo.com/search?p=%s
63 # alias support, %s is substituded with user input
64 # alias,link+action
65 # alias = ports,http://openports.se/search.php?so=%s
68 # pdf, note that xpdf can't load a URI directly
69 # use @ in front of mime_type to indicate to download the file first
70 # mime_type             = application/pdf,kpdf
71 # mime_type             = @application/pdf,xpdf
74 # specific mime type for video
75 # mime_type             = video/x-ms-wmv,mplayer
76 # mime_type             = video/quicktime,mplayer
78 # default mime type for video
79 # mime_type             = video/*,mplayer
81 # default mime type for audio
82 # mime_type             = audio/*,vlc
84 # word docs
85 # mime_type             = application/msword,soffice
88 # advanced cookie and JS settings, don't touch unless you know what you are doing
90 # the settings for "browser_mode = whitelist" are as follows:
91 # allow_volatile_cookies        = 0
92 # cookie_policy                 = no3rdparty
93 # cookies_enabled               = 1
94 # enable_cookie_whitelist       = 1
95 # read_only_cookies             = 0
96 # save_rejected_cookies         = 0
97 # session_timeout               = 3600
98 # enable_scripts                = 0
99 # enable_js_whitelist           = 1
101 # the settings for "browser_mode = normal" are as follows
102 # allow_volatile_cookies        = 0
103 # cookie_policy                 = allow
104 # cookies_enabled               = 1
105 # enable_cookie_whitelist       = 0
106 # read_only_cookies             = 0
107 # save_rejected_cookies         = 0
108 # session_timeout               = 3600
109 # enable_scripts                = 1
110 # enable_js_whitelist           = 0
112 # cookie white list
113 # cookie_wl             = .conformal.com
114 # cookie_wl             = .peereboom.us
116 # javascript white list
117 # js_wl                 = .conformal.com
118 # js_wl                 = .peereboom.us
121 # key bindings
122 # to delete all default keybindings use "keybinding = clearall"
124 # keybinding    = clearall
126 # Key names can be found at:
127 # http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms-compat.h
128 # just chop off the GDK_ part and you have the keyname.
129 # or look at
130 # http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms.h
131 # and chop off GDK_KEY_
132 # Be aware that the names are case sensitive!
134 # default keybindings
136 # keybinding    = command,colon
137 # keybinding    = search,slash
138 # keybinding    = searchb,question
139 # keybinding    = cookiejar,M1-j
140 # keybinding    = downloadmgr,M1-d
141 # keybinding    = history,M1-h
142 # keybinding    = print,C-p
143 # keybinding    = quitall,C-q
144 # keybinding    = restart,M1-q
145 # keybinding    = js toggle,C-j
146 # keybinding    = cookie toggle,M1-c
147 # keybinding    = togglesrc,C-s
148 # keybinding    = yankuri,y
149 # keybinding    = pasteuricur,p
150 # keybinding    = pasteurinew,P
151 # keybinding    = searchnext,n
152 # keybinding    = searchprevious,N
153 # keybinding    = focusaddress,F6
154 # keybinding    = focussearch,F7
155 # keybinding    = promptopen,F9
156 # keybinding    = promptopencurrent,F10
157 # keybinding    = prompttabnew,F11
158 # keybinding    = prompttabnewcurrent,F12
159 # keybinding    = hinting,f
160 # keybinding    = userstyle,i
161 # keybinding    = goback,BackSpace
162 # keybinding    = goback,M1-Left
163 # keybinding    = goforward,S-BackSpace
164 # keybinding    = goforward,M1-Right
165 # keybinding    = reload,F5
166 # keybinding    = reload,C-r
167 # keybinding    = reloadforce,C-R
168 # keybinding    = reload,C-l
169 # keybinding    = favorites,!M1-f
170 # keybinding    = scrolldown,j
171 # keybinding    = scrolldown,Down
172 # keybinding    = scrollup,k
173 # keybinding    = scrollup,Up
174 # keybinding    = scrollbottom,G
175 # keybinding    = scrollbottom,End
176 # keybinding    = scrolltop,g
177 # keybinding    = scrolltop,Home
178 # keybinding    = scrollpagedown,space
179 # keybinding    = scrollpagedown,C-f
180 # keybinding    = scrollpagedown,Page_Down
181 # keybinding    = scrollhalfdown,C-d
182 # keybinding    = scrollpageup,Page_Up
183 # keybinding    = scrollpageup,C-b
184 # keybinding    = scrollhalfup,C-u
185 # keybinding    = scrollright,l
186 # keybinding    = scrollright,Right
187 # keybinding    = scrollfarright,dollar
188 # keybinding    = scrollleft,h
189 # keybinding    = scrollleft,Left
190 # keybinding    = scrollfarleft,0
191 # keybinding    = tabnew,C-t
192 # keybinding    = tabclose,!C-w
193 # keybinding    = tabundoclose,U
194 # keybinding    = tabnext 1,C-1
195 # keybinding    = tabnext 2,C-2
196 # keybinding    = tabnext 3,C-3
197 # keybinding    = tabnext 4,C-4
198 # keybinding    = tabnext 5,C-5
199 # keybinding    = tabnext 6,C-6
200 # keybinding    = tabnext 7,C-7
201 # keybinding    = tabnext 8,C-8
202 # keybinding    = tabnext 9,C-9
203 # keybinding    = tabnext 10,C-0
204 # keybinding    = tabfirst,C-less
205 # keybinding    = tablast,C-greater
206 # keybinding    = tabprevious,C-Left
207 # keybinding    = tabnext,C-Right
208 # keybinding    = focusout,C-minus
209 # keybinding    = focusin,C-equal
210 # keybinding    = focusin,C-plus