dillorc 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. ## Set the desired initial browser size
  2. ## Defina a geometria padrão que o Dillo deve ser inicializado
  3. # geometry=650x545+0+20
  4. geometry=1600x900hg b n cr+0+0
  5. ## Download Directory
  6. ## Diretório de Downloads
  7. save_dir=/tmp
  8. # Change this (and the following option) if you want to have text-only browsing
  9. # from the start. (While browsing, this can be changed from the tools/settings
  10. # menu.)
  11. load_images=YES
  12. # Change this if you want background images to be loaded initially.
  13. # (While browsing, this can be changed from the tools/settings menu.)
  14. load_background_images=YES
  15. # Change this if you want to disable loading of CSS stylesheets initially.
  16. # (While browsing, this can be changed from the tools/settings menu.)
  17. load_stylesheets=YES
  18. # Change this if you want to disable parsing of embedded CSS initially.
  19. # (While browsing, this can be changed from the tools/settings menu.)
  20. parse_embedded_css=YES
  21. # Change the buffering scheme for drawing
  22. # 0 no double buffering - useful for debugging
  23. # 1 light buffering using a single back buffer for all windows
  24. # 2 full fltk-based double buffering for all windows
  25. buffered_drawing=2
  26. # Set your default directory for download/save operations
  27. save_dir=/home/pekman/
  28. # When set to YES, the page author's visited link color may be overridden
  29. # to allow better contrast with text/links/background
  30. contrast_visited_color=YES
  31. # Show tooltip popups for the UI
  32. show_ui_tooltip=YES
  33. # Start dillo with the panels hidden?
  34. fullwindow_start=NO
  35. # When filling out forms, our default behaviour is to submit on enterpress,
  36. # but only when there's a single text entry (to avoid incomplete submits).
  37. # OTOH, if you have to fill out the same form repeatedly, you may find it
  38. # useful to keep away from the mouse by forcing enter to submit.
  39. enterpress_forces_submit=YES
  40. ##### Default fonts:#########
  41. # If FLTK has been configured with Xft enabled (the default), you can use
  42. # scalable fonts such as DejaVu or Liberation (try running
  43. # "fc-list : family | cut -d ',' -f 2 | sort").
  44. #font_serif="DejaVu Serif"
  45. #font_sans_serif="DejaVu Sans"
  46. #font_cursive="URW Chancery L"
  47. #font_fantasy="DejaVu Sans"
  48. font_monospace="DejaVu Sans Mono"
  49. #
  50. # Otherwise, use bitmapped fonts like the following (for a list, try running
  51. # "xlsfonts -fn *-iso10646-1 | grep -v -e -0-0 | cut -d - -f 3 | sort | uniq").
  52. #font_serif="times"
  53. # font_sans_serif="helvetica"
  54. # font_cursive="helvetica"
  55. # font_fantasy="helvetica"
  56. font_monospace="courier"
  57. ## All fontsizes are scaled by this value
  58. # font_factor=1.5
  59. font_factor=1.0
  60. ## Maximum font size in pixels
  61. font_max_size=100
  62. ## Minimum font size in pixels
  63. font_min_size=12
  64. ###Hiefienization########
  65. # Penalties are used to control good and bad break points. The bigger
  66. # the penalty for a given break point, the less likely the line is
  67. # broken here. "inf" means that breaking is prohibited, "-inf" means
  68. # that a line *must* be broken here. (The latter should not be used
  69. # here, however.) Normal spaces get a penalty of 0. The exact
  70. # definition can be found in doc/dw-line-breaking.doc.
  71. # Penalties for hyphenation breaks; this covers automatic hyphenation,
  72. # soft hyphens, and unconditional hyphens. Since hyphenation should
  73. # rather be avoided, the default values are larger than 0.
  74. # This is used for hyphenation points, when there is no hyphen or dash
  75. # before:
  76. penalty_hyphen = 0
  77. # This is used for hyphenation points, when the line before ends
  78. # already with a hyphen or a dash. Consequent lines ending with
  79. # hyphens or dashes should be avoided, so this value is bigger than
  80. # "penalty_hyphen":
  81. penalty_hyphen_2 = 0
  82. # The same for a break right of an em-dash, when there are no spaces
  83. # surrounding it (as in English). The default values are the same as
  84. # for hyphens:
  85. penalty_em_dash_right = 0
  86. penalty_em_dash_right_2 = 0
  87. # Penalty for a break *left* of an em-dash. Since a line ending with
  88. # an em-dash (and so breaking right of the em-dash) looks better than
  89. # a line beginning with an em-dash (breaking left of an em-dash), the
  90. # default value is bigger than "penalty_em_dash_right":
  91. penalty_em_dash_left = 0
  92. # Notice that there is no "penalty_em_dash_left_2", since breaking
  93. # left of an em-dash makes the line *begin*, not *end* with a dash.
  94. # This factor is multiplied with the line height to get the
  95. # stretchability of a non-justified line. The larger this factor (and
  96. # thus, the stretchability), the less likely the words are hyphenated;
  97. # so you can use this value to control hyphenation of non-justified
  98. # text.
  99. stretchability_factor=0
  100. ##Set the start page.
  101. ##Defina a página inicial
  102. # start_page="about:blank"
  103. start_page="http://duckduckgo.com/lite/?kp=-1&q="
  104. # start_page="file:/home/jcid/custom_page.html"
  105. #start_page="about:splash"
  106. ## Set the home location
  107. ## home="file:/home/jcid/HomePage/Home.html"
  108. #home="https://startpage.com/do/mypage.pl?prf=c66e14badc87d4d714b26e3959bb45f7"
  109. home="http://duckduckgo.com/lite/?kp=-1&q="
  110. ## Set the URLs used by the web search dialog.
  111. ## "%s" is replaced with the search keywords separated by '+'.
  112. ## Format: search_url="[<label> ]<url>"
  113. ## You can enable multiple search_url strings at once and select from among
  114. ## them at runtime, with the first being the default.
  115. search_url="http://www.google.com.br/search?q=%s"
  116. search_url="https://startpage.com/do/mypage.pl?prf=c66e14badc87d4d714b26e3959bb45f7"
  117. search_url="http://duckduckgo.com/lite/?kp=-1&q=%s"
  118. search_url="Wikipedia http://www.wikipedia.org/w/index.php?search=%s&go=Go"
  119. search_url="Free Dictionary http://www.thefreedictionary.com/%s"
  120. search_url="https://searx.me/"
  121. # If set, dillo will ask web servers to send pages in this language.
  122. # This setting does NOT change dillo's user interface.
  123. # Format explained: www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4
  124. # Language-REGION values: www.iana.org/assignments/language-subtag-registry
  125. # (by default, no Accept-Language header is sent)
  126. # http_language="de"
  127. http_language="pt-BR"
  128. #http_language="es,es-ES"
  129. # Maximum number of simultaneous TCP connections to a single server or proxy.
  130. http_max_conns=32
  131. ### UI theme
  132. ## "none" is the default FLTK appearance, which "resembles old Windows...and
  133. # old GTK/KDE".
  134. ## "plastic" "is inspired by the Aqua user interface on Mac OS X".
  135. ## "gtk+" "is inspired by the Red Hat Bluecurve theme".
  136. #theme=none
  137. theme=gtk+
  138. #theme=plastic
  139. ################
  140. # UI colors
  141. # The first four colors map to concepts in the underlying FLTK toolkit. Note
  142. # that FLTK may sometimes override colors, generally for contrast and
  143. # readability.
  144. #
  145. #ui_fg_color=black
  146. #ui_main_bg_color=silver
  147. #ui_text_bg_color=white
  148. #ui_selection_color=navy
  149. #
  150. # Background used when the mouse cursor is over a button.
  151. ui_button_highlight_color=(by default, the main background color, lightened)
  152. #
  153. # Colors for the current tab.
  154. #ui_tab_active_bg_color=(by default, the text background color)
  155. ui_tab_active_fg_color=(by default, the main foreground color)
  156. #
  157. # Colors for the other tabs.
  158. #ui_tab_bg_color=(by default, the main background color)
  159. ui_tab_fg_color=(by default, the main foreground color)
  160. # Note to packagers: leaving these variables for the system to guess
  161. # gives different results in different environments, so we played it safe
  162. # by defining the traditional colors. Please choose the color theme that
  163. # better fits your distro.
  164. #
  165. # Gray theme (traditional)
  166. #
  167. #ui_fg_color=black
  168. #ui_main_bg_color=#c6c6c6
  169. #ui_text_bg_color=bfdabf
  170. #ui_selection_color=#191970
  171. #ui_button_highlight_color=#a9a9a9
  172. #ui_tab_active_bg_color=#87aca7
  173. #ui_tab_active_fg_color=black
  174. #ui_tab_bg_color=#b7beb7
  175. #
  176. # Earthly theme:
  177. #
  178. #ui_fg_color=#100404
  179. #ui_main_bg_color=#c2a47b
  180. #ui_text_bg_color=#cdc9a5
  181. #ui_selection_color=#763024
  182. #ui_tab_active_bg_color=#af4b3f
  183. #ui_tab_active_fg_color=white
  184. #ui_tab_bg_color=#d2b48c
  185. #
  186. # Greenish theme:
  187. #
  188. ui_fg_color=#222222
  189. ui_main_bg_color=#323232
  190. ui_text_bg_color=#bdd8b6
  191. ui_selection_color=#D47E28
  192. ui_button_highlight_color=#939393
  193. ui_tab_active_bg_color=#158341
  194. ui_tab_active_fg_color=#FFFFFF
  195. ui_tab_bg_color=#444444
  196. # Size of dillo panel (used to enlarge the browsing area)
  197. # tiny : recommended for iPAQ (with small_icons)
  198. # small : very nice! (it's "medium" without icon titles)
  199. # medium : nice!
  200. #panel_size=tiny
  201. panel_size=small
  202. #panel_size=medium
  203. # A mouse's middle click over a link opens a new Tab.
  204. # If you prefer to open a new Window instead, set it to NO.
  205. middle_click_opens_new_tab=YES
  206. focus_new_tab=YES
  207. right_click_closes_tab=YES
  208. # Ask before quitting Dillo with more than one window or tab open.
  209. show_quit_dialog=NO
  210. # Accepted by the W3C validator but "strongly discouraged" by the SPEC.
  211. # (Such as "TAB character inside <PRE>").
  212. show_extra_warnings=NO
  213. # If you prefer more accurate HTML bug diagnosis over better rendering
  214. # (page authors and webmasters) set the following to "NO".
  215. w3c_plus_heuristics=NO
  216. # Set the HTTP Referer (sic) header.
  217. # Note that there is no option to reveal the page that you came from because it
  218. # would endanger your privacy. 'host' and 'path' allow you to pretend that the
  219. # link you followed was on the same site that you're going to.
  220. # none : Don't send any Referer header at all.
  221. # host : Send the requested URI's hostname.
  222. # path : Send the requested URI's host and path.
  223. http_referer=none
  224. # Set the HTTP User-Agent header.
  225. # This can be useful for privacy and for working around servers who think
  226. # Dillo is less capable than it really is. However, if you pretend to use a
  227. # different browser, servers may send you pages that work with the features
  228. # and bugs of that other browser -- or even disallow access in cases like
  229. # wget or googlebot. Remember this before submitting bug reports.
  230. #
  231. # See http://zytrax.com/tech/web/browser_ids.htm for a compilation of strings.
  232. #
  233. #http_user_agent="Mozilla/5.0 (Windows NT 5.1; rv:18.0) Gecko/20100101 Firefox/18.0"
  234. #http_user_agent="Wget/1.12 (linux-gnu)"
  235. #The default is "Dillo/"+current_version_number
  236. #http_user_agent=Mozilla/5.0 (compatible; Dillo 3.0.5)
  237. #http_user_agent=ELinks/0.9.3 (textmode; Linux 2.6.9-kanotix-8 i686; 127x41)
  238. http_user_agent=Mozilla/4.0 (compatible; Dillo Dillo/3.0.5)
  239. #http_user_agent=Googlebot (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
  240. #http_user_agent=Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20121201 icecat/17.0.1
  241. #http_user_agent=Dillo/3.0.5
  242. #http_user_agent=Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; chromeframe; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
  243. #http_user_agent=ELinks/0.12~pre2.dfsg0-1ubuntu1-lite (textmode; Debian; Linux 2.6.32-4-jolicloud i686; 143x37-2)
  244. #http_user_agent=Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2214.91 Safari/537.36
  245. #http_user_agent=Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2214.91 Safari/537.36
  246. #http_user_agent=Mozilla/5.0 (Linux; <Android Version>; <Build Tag etc.>) AppleWebKit/<WebKit Rev> (KHTML, like Gecko) Chrome/<Chrome Rev> Mobile #Safari/<WebKit Rev>
  247. #http_user_agent=Mozilla/5.0 (Android 4.4; Tablet; rv:41.0) Gecko/41.0 Firefox/41.0
  248. #http_user_agent=Mozilla/5.0 (Android 4.4; Mobile; rv:41.0) Gecko/41.0 Firefox/41.0
  249. #http_user_agent=Mozilla/5.0 (BlackBerry; U; BlackBerry 9900; en) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.1.0.346 Mobile Safari/534.11+
  250. #http_user_agent=Opera/9.80 (J2ME/MIDP; Opera Mini/9.80 (S60; SymbOS; Opera Mobi/23.348; U; en) Presto/2.5.25 Version/10.54
  251. #http_user_agent=Mozilla/5.0 (iPhone; CPU iPhone OS 8_4 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) CriOS/43.0.2357.61 Mobile/12H143 Safari/600.1.4