pimp cyphertite
[xxxterm.git] / xxxterm.conf
blobffd0d0c6154f00b1fbfd835bf462374589d038df
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.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
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
87 # ignoring flash can be done by using a non-existent binary name
88 # mime_type             = application/x-shockwave-flash,donothing
91 # advanced cookie and JS settings, don't touch unless you know what you are doing
93 # the settings for "browser_mode = whitelist" are as follows:
94 # allow_volatile_cookies        = 0
95 # cookie_policy                 = no3rdparty
96 # cookies_enabled               = 1
97 # enable_cookie_whitelist       = 1
98 # read_only_cookies             = 0
99 # save_rejected_cookies         = 0
100 # session_timeout               = 3600
101 # enable_scripts                = 0
102 # enable_js_whitelist           = 1
104 # the settings for "browser_mode = normal" are as follows
105 # allow_volatile_cookies        = 0
106 # cookie_policy                 = allow
107 # cookies_enabled               = 1
108 # enable_cookie_whitelist       = 0
109 # read_only_cookies             = 0
110 # save_rejected_cookies         = 0
111 # session_timeout               = 3600
112 # enable_scripts                = 1
113 # enable_js_whitelist           = 0
115 # cookie white list
116 # cookie_wl             = .conformal.com
117 # cookie_wl             = .peereboom.us
119 # javascript white list
120 # js_wl                 = .conformal.com
121 # js_wl                 = .peereboom.us
124 # key bindings
125 # to delete all default keybindings use "keybinding = clearall"
127 # keybinding    = clearall
129 # Key names can be found at:
130 # http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms-compat.h
131 # just chop off the GDK_ part and you have the keyname.
132 # or look at
133 # http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms.h
134 # and chop off GDK_KEY_
135 # Be aware that the names are case sensitive!
137 # default keybindings
139 # keybinding    = command,colon
140 # keybinding    = search,slash
141 # keybinding    = searchb,question
142 # keybinding    = cookiejar,M1-j
143 # keybinding    = downloadmgr,M1-d
144 # keybinding    = history,M1-h
145 # keybinding    = print,C-p
146 # keybinding    = quitall,C-q
147 # keybinding    = restart,M1-q
148 # keybinding    = js toggle,C-j
149 # keybinding    = cookie toggle,M1-c
150 # keybinding    = togglesrc,C-s
151 # keybinding    = yankuri,y
152 # keybinding    = pasteuricur,p
153 # keybinding    = pasteurinew,P
154 # keybinding    = searchnext,n
155 # keybinding    = searchprevious,N
156 # keybinding    = focusaddress,F6
157 # keybinding    = focussearch,F7
158 # keybinding    = promptopen,F9
159 # keybinding    = promptopencurrent,F10
160 # keybinding    = prompttabnew,F11
161 # keybinding    = prompttabnewcurrent,F12
162 # keybinding    = hinting,f
163 # keybinding    = userstyle,i
164 # keybinding    = goback,BackSpace
165 # keybinding    = goback,M1-Left
166 # keybinding    = goforward,S-BackSpace
167 # keybinding    = goforward,M1-Right
168 # keybinding    = reload,F5
169 # keybinding    = reload,C-r
170 # keybinding    = reloadforce,C-R
171 # keybinding    = reload,C-l
172 # keybinding    = favorites,!M1-f
173 # keybinding    = scrolldown,j
174 # keybinding    = scrolldown,Down
175 # keybinding    = scrollup,k
176 # keybinding    = scrollup,Up
177 # keybinding    = scrollbottom,G
178 # keybinding    = scrollbottom,End
179 # keybinding    = scrolltop,g
180 # keybinding    = scrolltop,Home
181 # keybinding    = scrollpagedown,space
182 # keybinding    = scrollpagedown,C-f
183 # keybinding    = scrollpagedown,Page_Down
184 # keybinding    = scrollhalfdown,C-d
185 # keybinding    = scrollpageup,Page_Up
186 # keybinding    = scrollpageup,C-b
187 # keybinding    = scrollhalfup,C-u
188 # keybinding    = scrollright,l
189 # keybinding    = scrollright,Right
190 # keybinding    = scrollfarright,dollar
191 # keybinding    = scrollleft,h
192 # keybinding    = scrollleft,Left
193 # keybinding    = scrollfarleft,0
194 # keybinding    = tabnew,C-t
195 # keybinding    = tabclose,!C-w
196 # keybinding    = tabundoclose,U
197 # keybinding    = tabnext 1,C-1
198 # keybinding    = tabnext 2,C-2
199 # keybinding    = tabnext 3,C-3
200 # keybinding    = tabnext 4,C-4
201 # keybinding    = tabnext 5,C-5
202 # keybinding    = tabnext 6,C-6
203 # keybinding    = tabnext 7,C-7
204 # keybinding    = tabnext 8,C-8
205 # keybinding    = tabnext 9,C-9
206 # keybinding    = tabnext 10,C-0
207 # keybinding    = tabfirst,C-less
208 # keybinding    = tablast,C-greater
209 # keybinding    = tabprevious,C-Left
210 # keybinding    = tabnext,C-Right
211 # keybinding    = focusout,C-minus
212 # keybinding    = focusin,C-equal
213 # keybinding    = focusin,C-plus