Low contrast web browsing (yay!)
[xxxterm.git] / xxxterm.conf
blobfd9e14ebf41e3349def44d31a865b17a4aa98463
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
31 # resource_dir          = /usr/local/share/xxxterm/
32 # icon_size             = 2
33 # window_width          = 1024
34 # window_height         = 768
37 # user_agent can bet set to just about anything
38 # for a comprehensive list see: http://www.useragentstring.com/pages/All/
40 #user_agent             = Mozilla/5.0 (Windows; U; MSIE 9.0; WIndows NT 9.0; en-US))
41 #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
42 #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)
45 # see http://www.xroxy.com/proxylist.php for a good list of open proxies
46 # http_proxy            = http://127.0.0.1:80
49 # search engines
50 # uncomment one of these lines for you favorite search engine
52 # scroogle (default)
53 # search_string         = https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=%s
54 # search_string         = http://www.scroogle.org/cgi-bin/nbbw.cgi?Gw=%s
55 # google
56 # search_string         = http://www.google.com/search?q=%s&&client=xxxterm
57 # yahoo
58 # search_string         = http://search.yahoo.com/search?p=%s
61 # alias support, %s is substituded with user input
62 # alias,link+action
63 # alias = ports,http://openports.se/search.php?so=%s
66 # specific mime type for video
67 # mime_type             = video/x-ms-wmv,mplayer
68 # mime_type             = video/quicktime,mplayer
70 # default mime type for video
71 # mime_type             = video/*,mplayer
73 # default mime type for audio
74 # mime_type             = audio/*,vlc
76 # pdf, note that xpdf can't load a URI directly
77 # mime_type             = application/pdf,kpdf
79 # word docs
80 # mime_type             = application/msword,soffice
83 # advanced cookie and JS settings, don't touch unless you know what you are doing
85 # the settings for "browser_mode = whitelist" are as follows:
86 # allow_volatile_cookies        = 0
87 # cookie_policy                 = no3rdparty
88 # cookies_enabled               = 1
89 # enable_cookie_whitelist       = 1
90 # read_only_cookies             = 0
91 # save_rejected_cookies         = 0
92 # session_timeout               = 3600
93 # enable_scripts                = 0
94 # enable_js_whitelist           = 1
96 # the settings for "browser_mode = normal" are as follows
97 # allow_volatile_cookies        = 0
98 # cookie_policy                 = allow
99 # cookies_enabled               = 1
100 # enable_cookie_whitelist       = 0
101 # read_only_cookies             = 0
102 # save_rejected_cookies         = 0
103 # session_timeout               = 3600
104 # enable_scripts                = 1
105 # enable_js_whitelist           = 0
107 # cookie white list
108 # cookie_wl             = .conformal.com
109 # cookie_wl             = .peereboom.us
111 # javascript white list
112 # js_wl                 = .conformal.com
113 # js_wl                 = .peereboom.us
116 # key bindings
117 # to delete all default keybindings use "keybinding = clearall"
119 # keybinding    = clearall
121 # Key names can be found at:
122 # http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms-compat.h
123 # just chop off the GDK_ part and you have the keyname.
124 # or look at
125 # http://git.gnome.org/browse/gtk+/tree/gdk/gdkkeysyms.h
126 # and chop off GDK_KEY_
127 # Be aware that the names are case sensitive!
129 # default keybindings
131 # keybinding    = cookiejar,M1-j
132 # keybinding    = downloadmgr,M1-d
133 # keybinding    = history,M1-h
134 # keybinding    = print,C-p
135 # keybinding    = quit,C-q
136 # keybinding    = restart,M1-q
137 # keybinding    = togglejs,C-j
138 # keybinding    = togglecookie,M1-c
139 # keybinding    = togglesrc,C-s
140 # keybinding    = yankuri,y
141 # keybinding    = pasteuricur,p
142 # keybinding    = pasteurinew,P
143 # keybinding    = searchnext,n
144 # keybinding    = searchprev,N
145 # keybinding    = focusaddress,F6
146 # keybinding    = focussearch,F7
147 # keybinding    = hinting,f
148 # keybinding    = userstyle,i
149 # keybinding    = goback,BackSpace
150 # keybinding    = goback,M1-Left
151 # keybinding    = goforward,S-BackSpace
152 # keybinding    = goforward,M1-Right
153 # keybinding    = reload,F5
154 # keybinding    = reload,C-r
155 # keybinding    = reloadforce,C-R
156 # keybinding    = reload,C-l
157 # keybinding    = favorites,M1-f
158 # keybinding    = scrolldown,j
159 # keybinding    = scrolldown,Down
160 # keybinding    = scrollup,k
161 # keybinding    = scrollup,Up
162 # keybinding    = scrollbottom,G
163 # keybinding    = scrollbottom,End
164 # keybinding    = scrolltop,g
165 # keybinding    = scrolltop,Home
166 # keybinding    = scrollpagedown,space
167 # keybinding    = scrollpagedown,C-f
168 # keybinding    = scrollpagedown,Page_Down
169 # keybinding    = scrollhalfdown,C-d
170 # keybinding    = scrollpageup,Page_Up
171 # keybinding    = scrollpageup,C-b
172 # keybinding    = scrollhalfup,C-u
173 # keybinding    = scrollright,l
174 # keybinding    = scrollright,Right
175 # keybinding    = scrollfarright,dollar
176 # keybinding    = scrollleft,h
177 # keybinding    = scrollleft,Left
178 # keybinding    = scrollfarleft,0
179 # keybinding    = tabnew,C-t
180 # keybinding    = tabclose,C-w
181 # keybinding    = tabundoclose,U
182 # keybinding    = tabgoto1,C-1
183 # keybinding    = tabgoto2,C-2
184 # keybinding    = tabgoto3,C-3
185 # keybinding    = tabgoto4,C-4
186 # keybinding    = tabgoto5,C-5
187 # keybinding    = tabgoto6,C-6
188 # keybinding    = tabgoto7,C-7
189 # keybinding    = tabgoto8,C-8
190 # keybinding    = tabgoto9,C-9
191 # keybinding    = tabgoto10,C-0
192 # keybinding    = tabgotofirst,C-less
193 # keybinding    = tabgotolast,C-greater
194 # keybinding    = tabgotoprev,C-Left
195 # keybinding    = tabgotonext,C-Right
196 # keybinding    = focusout,C-minus
197 # keybinding    = focusin,C-equal
198 # keybinding    = focusin,C-plus