wok view dillo/stuff/dillorc @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents 1ac0ba1a2795
children c93c5dacf687
line source
1 # dillorc
2 # Sample dillo initialization file.
3 #
4 # Lines that start with a '#' are comments.
5 # "#option=..." shows the built-in default.
6 # "# option=..." is an additional example.
7 # "option=..." overrides the built-in value.
9 #-------------------------------------------------------------------------
10 # FIRST SECTION :)
11 #-------------------------------------------------------------------------
13 # Set the desired initial browser size
14 # geometry=650x545+0+20
15 #geometry=780x580
17 # Change this if you want to have text-only browsing from the start.
18 # (While browsing, this can be changed from the tools/settings menu.)
19 load_images=YES
21 # Change this if you want to disable loading of CSS stylesheets initially.
22 # (While browsing, this can be changed from the tools/settings menu.)
23 load_stylesheets=YES
25 # Change this if you want to disable parsing of embedded CSS initially.
26 # (While browsing, this can be changed from the tools/settings menu.)
27 parse_embedded_css=YES
29 # Change the buffering scheme for drawing
30 # 0 no double buffering - useful for debugging
31 # 1 light buffering using a single back buffer for all windows
32 # 2 full fltk-based double buffering for all windows
33 #buffered_drawing=1
35 # Set your default directory for download/save operations
36 #save_dir=/tmp
38 #-------------------------------------------------------------------------
39 # RENDERING SECTION
40 #-------------------------------------------------------------------------
42 # Default fonts:
43 #
44 # If FLTK has been configured with Xft enabled (the default), you can use
45 # scalable fonts such as DejaVu or Liberation (try running
46 # "fc-list : family | cut -d ',' -f 2 | sort").
47 #font_serif="DejaVu Serif"
48 #font_sans_serif="DejaVu Sans"
49 #font_cursive="URW Chancery L"
50 #font_fantasy="DejaVu Sans"
51 #font_monospace="DejaVu Sans Mono"
52 #
53 # Otherwise, use bitmapped fonts like the following (for a list, try running
54 # "xlsfonts -fn *-iso10646-1 | grep -v -e -0-0 | cut -d - -f 3 | sort | uniq").
55 # font_serif="times"
56 # font_sans_serif="helvetica"
57 # font_cursive="helvetica"
58 # font_fantasy="helvetica"
59 # font_monospace="courier"
61 # All font sizes are scaled by this value
62 # font_factor=1.5
63 #font_factor=1.0
65 # Maximum font size in pixels
66 #font_max_size=100
68 # Minimum font size in pixels
69 #font_min_size=6
71 # Show tooltip popups for UI and for HTML title attributes
72 #show_tooltip=YES
74 # Set this to YES if you want to limit the word wrap width to the viewport
75 # width (may be useful for iPAQ)
76 #limit_text_width=NO
79 #-------------------------------------------------------------------------
80 # PENALTIES
81 #-------------------------------------------------------------------------
83 # Penalties are used to control good and bad break points. The bigger
84 # the penalty for a given break point, the less likely the line is
85 # broken here. "inf" means that breaking is prohibited, "-inf" means
86 # that a line *must* be broken here. (The latter should not be used
87 # here, however.) Normal spaces get a penalty of 0. The exact
88 # definition can be found in doc/dw-line-breaking.doc.
90 # Penalties for hyphenation breaks; this covers automatic hyphenation,
91 # soft hyphens, and unconditional hyphens. Since hyphenation should
92 # rather be avoided, the default values are larger than 0.
94 # This is used for hyphenation points, when there is no hyphen or dash
95 # before:
96 #penalty_hyphen = 1
98 # This is used for hyphenation points, when the line before ends
99 # already with a hyphen or a dash. Consequent lines ending with
100 # hyphens or dashes should be avoided, so this value is bigger than
101 # "penalty_hyphen":
102 #penalty_hyphen_2 = 8
104 # The same for a break right of an em-dash, when there are no spaces
105 # surrounding it (as in English). The default values are the same as
106 # for hyphens:
107 #penalty_em_dash_right = 1
108 #penalty_em_dash_right_2 = 8
110 # Penalty for a break *left* of an em-dash. Since a line ending with
111 # an em-dash (and so breaking right of the em-dash) looks better than
112 # a line beginning with an em-dash (breaking left of an em-dash), the
113 # default value is bigger than "penalty_em_dash_right":
114 #penalty_em_dash_left = 8
116 # Notice that there is no "penalty_em_dash_left_2", since breaking
117 # left of an em-dash makes the line *begin*, not *end* with a dash.
120 #-------------------------------------------------------------------------
121 # PARSING SECTION
122 #-------------------------------------------------------------------------
124 # If you prefer more accurate HTML bug diagnosis over better rendering
125 # (page authors and webmasters) set the following to "NO".
126 #
127 #w3c_plus_heuristics=YES
130 #-------------------------------------------------------------------------
131 # NETWORK SECTION
132 #-------------------------------------------------------------------------
134 # Set the start page.
135 # start_page="about:blank"
136 # start_page="http://www.dillo.org"
137 # start_page="file:/home/jcid/custom_page.html"
138 start_page="file:/usr/share/webhome/index.html"
140 # Set the home location
141 # home="file:/home/jcid/HomePage/Home.html"
142 home="file:/usr/share/webhome/index.html"
144 # Set the URLs used by the web search dialog.
145 # "%s" is replaced with the search keywords separated by '+'.
146 # Format: search_url="[<label> ]<url>"
147 # You can enable multiple search_url strings at once and select from among
148 # them at runtime, with the first being the default.
149 search_url="http://duckduckgo.com/lite/?kp=-1&q=%s&t=slitaz"
150 search_url="Wikipedia http://www.wikipedia.org/w/index.php?search=%s&go=Go"
151 search_url="Free Dictionary http://www.thefreedictionary.com/%s"
152 search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s"
154 # If set, dillo will ask web servers to send pages in this language.
155 # This setting does NOT change dillo's user interface.
156 # Format explained: www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4
157 # Language-REGION values: www.iana.org/assignments/language-subtag-registry
158 # (by default, no Accept-Language header is sent)
159 # http_language="de"
160 # http_language="pt-BR"
161 # http_language="vi,de-CH,de;q=0.5,th;q=0.3"
163 # Maximum number of simultaneous TCP connections to a single server or proxy.
164 # http_max_conns=6
166 # Set the proxy information for http.
167 # Note that the http_proxy environment variable overrides this setting.
168 # WARNING: FTP and downloads plugins use wget. To use a proxy with them,
169 # you will need to configure wget accordingly. See
170 # http://www.gnu.org/software/wget/manual/html_node/Proxies.html
171 # http_proxy="http://localhost:8080/"
172 #(by default, no proxy is used)
174 # If you need to provide a user/password pair for the proxy,
175 # set the proxy user name here and Dillo will ask for the password later.
176 # http_proxyuser="joe"
177 #(by default, no proxy is used)
179 # Set the domains to access without proxy
180 # no_proxy = ".hola.com .mynet.cl .hi.de"
181 #no_proxy="localhost 127.0.0.1"
183 # Set the HTTP Referer (sic) header.
184 # Note that there is no option to reveal the page that you came from because it
185 # would endanger your privacy. 'host' and 'path' allow you to pretend that the
186 # link you followed was on the same site that you're going to.
187 # none : Don't send any Referer header at all.
188 # host : Send the requested URI's hostname.
189 # path : Send the requested URI's host and path.
190 #http_referer=host
192 # Set the HTTP User-Agent header.
193 # This can be useful for privacy and for working around servers who think
194 # Dillo is less capable than it really is. However, if you pretend to use a
195 # different browser, servers may send you pages that work with the features
196 # and bugs of that other browser -- or even disallow access in cases like
197 # wget or googlebot. Remember this before submitting bug reports.
198 #
199 # See http://zytrax.com/tech/web/browser_ids.htm for a compilation of strings.
200 #
201 # http_user_agent="Mozilla/5.0 (Windows NT 5.1; rv:18.0) Gecko/20100101 Firefox/18.0"
202 # http_user_agent="Wget/1.12 (linux-gnu)"
203 #The default is "Dillo/"+current_version_number
205 #-------------------------------------------------------------------------
206 # COLORS SECTION
207 #-------------------------------------------------------------------------
209 # Set the page background color
210 # bg_color=gray
211 # bg_color=0xd6d6c0
212 #bg_color=0xdcd1ba
214 # If your eyes suffer with white backgrounds, change this.
215 #allow_white_bg=YES
217 # When set to YES, the page author's visited link color may be overridden
218 # to allow better contrast with text/links/background
219 #contrast_visited_color=YES
222 #-------------------------------------------------------------------------
223 # USER INTERFACE SECTION
224 #-------------------------------------------------------------------------
226 # UI theme
227 # "none" is the default FLTK appearance, which "resembles old Windows...and
228 # old GTK/KDE".
229 # "plastic" "is inspired by the Aqua user interface on Mac OS X".
230 # "gtk+" "is inspired by the Red Hat Bluecurve theme".
231 #theme=none
232 theme=gtk+
233 #theme=plastic
235 # UI colors
236 # The first four colors map to concepts in the underlying FLTK toolkit. Note
237 # that FLTK may sometimes override colors, generally for contrast and
238 # readability.
239 #
240 #ui_fg_color=black
241 #ui_main_bg_color=silver
242 #ui_text_bg_color=white
243 #ui_selection_color=navy
244 #
245 # Background used when the mouse cursor is over a button.
246 #ui_button_highlight_color=(by default, the main background color, lightened)
247 #
248 # Colors for the current tab.
249 #ui_tab_active_bg_color=(by default, the text background color)
250 #ui_tab_active_fg_color=(by default, the main foreground color)
251 #
252 # Colors for the other tabs.
253 #ui_tab_bg_color=(by default, the main background color)
254 #ui_tab_fg_color=(by default, the main foreground color)
257 # Note to packagers: leaving these variables for the system to guess
258 # gives different results in different environments, so we played it safe
259 # by defining the traditional colors. Please choose the color theme that
260 # better fits your distro.
262 #
263 # SliTaz theme
264 #
265 ui_fg_color=black
266 ui_main_bg_color=#ededed
267 ui_text_bg_color=#d9d4ce
268 ui_selection_color=#d66018
269 ui_button_highlight_color=#a9a9a9
270 ui_tab_active_bg_color=#333333
271 ui_tab_active_fg_color=white
272 ui_tab_bg_color=#dadada
274 #
275 # Gray theme (traditional)
276 #
277 #ui_fg_color=black
278 #ui_main_bg_color=#c6c6c6
279 #ui_text_bg_color=bfdabf
280 #ui_selection_color=#191970
281 #ui_button_highlight_color=#a9a9a9
282 #ui_tab_active_bg_color=#87aca7
283 #ui_tab_active_fg_color=black
284 #ui_tab_bg_color=#b7beb7
286 #
287 # Earthly theme:
288 #
289 #ui_fg_color=#100404
290 #ui_main_bg_color=#c2a47b
291 #ui_text_bg_color=#cdc9a5
292 #ui_selection_color=#763024
293 #ui_tab_active_bg_color=#af4b3f
294 #ui_tab_active_fg_color=white
295 #ui_tab_bg_color=#d2b48c
297 #
298 # Greenish theme:
299 #
300 #ui_fg_color=#100404
301 #ui_main_bg_color=#c8d394
302 #ui_text_bg_color=#bdd8b6
303 #ui_selection_color=#7c5f42
304 #ui_button_highlight_color=#adad70
305 #ui_tab_active_bg_color=#b5b679
306 #ui_tab_active_fg_color=#b60907
307 #ui_tab_bg_color=#cac682
310 # Size of dillo panel
311 # tiny : buttons, location, and progress boxes in one row
312 # small : location in one row, buttons + progress boxes in another
313 # medium : adds text labels to buttons and boxes
314 #panel_size=tiny
315 panel_size=small
316 #panel_size=medium
318 #small_icons=NO
320 # Here you can choose to hide some widgets of the dillo panel...
321 #show_back=YES
322 #show_forw=YES
323 #show_home=YES
324 #show_reload=YES
325 #show_save=YES
326 #show_stop=YES
327 #show_bookmarks=YES
328 #show_tools=YES
329 #show_filemenu=YES
330 #show_clear_url=YES
331 #show_search=YES
332 #show_help=YES
333 #show_progress_box=YES
335 # Start dillo with the panels hidden?
336 #fullwindow_start=NO
338 # When filling out forms, our default behaviour is to submit on enterpress,
339 # but only when there's a single text entry (to avoid incomplete submits).
340 # OTOH, if you have to fill out the same form repeatedly, you may find it
341 # useful to keep away from the mouse by forcing enter to submit.
342 #enterpress_forces_submit=NO
344 # A mouse's middle click over a link opens a new Tab.
345 # If you prefer to open a new Window instead, set it to NO.
346 #middle_click_opens_new_tab=YES
348 # A mouse's middle click over a tab closes the Tab.
349 # With mousewheel mouses, right click feels way better (set to YES).
350 #right_click_closes_tab=NO
352 # Mouse middle click by default drives drag-scrolling.
353 # To paste an URL into the window instead of scrolling, set it to NO.
354 # Note: You could always paste the URL onto the URL box clear button.
355 #middle_click_drags_page=YES
357 # Focus follows new Tabs.
358 # You can hold SHIFT to temporarily revert this behaviour.
359 #focus_new_tab=YES
361 # Ask before quitting Dillo with more than one window or tab open.
362 #show_quit_dialog=YES
364 #-------------------------------------------------------------------------
365 # DEBUG MESSAGES SECTION
366 #-------------------------------------------------------------------------
368 # Soon we should add the "show_debug_messages=NO" option...
370 # Generic messages (mainly for debugging specific parts)
371 # Change this to disable them.
372 #show_msg=YES
375 #-------------------------------------------------------------------------
376 # HTML BUG MESSAGES SECTION
377 #-------------------------------------------------------------------------
379 # Accepted by the W3C validator but "strongly discouraged" by the SPEC.
380 # (Such as "TAB character inside <PRE>").
381 #show_extra_warnings=NO
384 # -----------------------------------------------------------------------
385 # dillorc ends here.