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