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