elinks.conf 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509
  1. ## ELinks 0.12pre6 configuration file
  2. ## This is ELinks configuration file. You can edit it manually,
  3. ## if you wish so; this file is edited by ELinks when you save
  4. ## options through UI, however only option values will be altered
  5. ## and missing options will be added at the end of file; if option
  6. ## is not written in this file, but in some file included from it,
  7. ## it is NOT counted as missing. Note that all your formatting,
  8. ## own comments and so on will be kept as-is.
  9. ##
  10. ## Obviously, if you don't like what ELinks is going to do with
  11. ## this file, you can change it by altering the config.saving_style
  12. ## option. Come on, aren't we friendly guys after all?
  13. ##############################
  14. # Automatically saved options
  15. #
  16. ## config
  17. # Configuration handling options.
  18. ## config.saving_style_w [0|1]
  19. # This is internal option used when displaying a warning about obsolete
  20. # config.saving_style. You shouldn't touch it.
  21. set config.saving_style_w = 1
  22. ## protocol
  23. # Protocol specific options.
  24. ## protocol.http
  25. # HTTP-specific options.
  26. ## protocol.http.proxy
  27. # HTTP proxy configuration.
  28. ## protocol.http.proxy.host <str>
  29. # Host and port-number (host:port) of the HTTP proxy, or blank. If it's
  30. # blank, HTTP_PROXY environment variable is checked as well.
  31. set protocol.http.proxy.host = "localhost:8118"
  32. ## protocol.https
  33. # HTTPS-specific options.
  34. ## protocol.https.proxy
  35. # HTTPS proxy configuration.
  36. ## protocol.https.proxy.host <str>
  37. # Host and port-number (host:port) of the HTTPS CONNECT proxy, or blank.
  38. # If it's blank, HTTPS_PROXY environment variable is checked as well.
  39. set protocol.https.proxy.host = "localhost:8118"
  40. ## ui
  41. # User interface options.
  42. ## ui.language <language>
  43. # Language of user interface. 'System' means that the language will be
  44. # extracted from the environment dynamically.
  45. set ui.language = "System"
  46. ##############################
  47. # Automatically saved options
  48. #
  49. ## terminal
  50. # Terminal options.
  51. ## terminal.screen
  52. # Options specific to this terminal type (according to $TERM value).
  53. ## terminal.screen.colors <num>
  54. set terminal.screen.colors = 3
  55. ##############################
  56. # Automatically saved options
  57. #
  58. ## document
  59. # Document options.
  60. ## document.colors
  61. # Default document color settings.
  62. ## document.colors.link <color|#rrggbb>
  63. # Default link color.
  64. set document.colors.link = "#3399ee"
  65. ## document.colors.vlink <color|#rrggbb>
  66. # Default visited link color.
  67. set document.colors.vlink = "#3399ee"
  68. ##############################
  69. # Automatically saved options
  70. #
  71. ## document
  72. # Document options.
  73. ## document.colors
  74. # Default document color settings.
  75. ## document.colors.use_document_colors <num>
  76. # Use colors specified in document:
  77. # 0 is use always the default settings
  78. # 1 is use document colors if available, except background
  79. # 2 is use document colors, including background. This can
  80. # mostly look very impressive, but some sites will appear
  81. # really ugly. Note, that obviously if the background is
  82. # not black, it will break the behaviour of transparency.
  83. set document.colors.use_document_colors = 0
  84. ##############################
  85. # Automatically saved options
  86. #
  87. ## ui
  88. # User interface options.
  89. ## ui.success_msgbox [0|1]
  90. # When you pressed a [ Save ] button in some manager, this option will make
  91. # sure that a box confirming success of the operation will pop up.
  92. set ui.success_msgbox = 0
  93. ##############################
  94. # Automatically saved options
  95. #
  96. ## document
  97. # Document options.
  98. ## document.colors
  99. # Default document color settings.
  100. ## document.colors.background <color|#rrggbb>
  101. # Default background color.
  102. set document.colors.background = "#121212"
  103. ## ui
  104. # User interface options.
  105. ## ui.colors
  106. # Default user interface color settings.
  107. ## ui.colors.color
  108. # Color settings for color terminal.
  109. ## ui.colors.color.mainmenu
  110. # Main menu bar colors.
  111. ## ui.colors.color.mainmenu.normal
  112. # Unselected main menu bar item colors.
  113. ## ui.colors.color.mainmenu.normal.background <color|#rrggbb>
  114. # Default background color.
  115. set ui.colors.color.mainmenu.normal.background = "#dddddd"
  116. ## ui.colors.color.dialog
  117. # Dialog colors.
  118. ## ui.colors.color.dialog.generic
  119. # Generic dialog colors.
  120. ## ui.colors.color.dialog.generic.background <color|#rrggbb>
  121. # Default background color.
  122. set ui.colors.color.dialog.generic.background = "gray80"
  123. ## ui.colors.color.dialog.frame
  124. # Dialog frame colors.
  125. ## ui.colors.color.dialog.frame.background <color|#rrggbb>
  126. # Default background color.
  127. set ui.colors.color.dialog.frame.background = "gray80"
  128. ## ui.colors.color.dialog.text
  129. # Dialog text colors.
  130. ## ui.colors.color.dialog.text.background <color|#rrggbb>
  131. # Default background color.
  132. set ui.colors.color.dialog.text.background = "gray80"
  133. ##############################
  134. # Automatically saved options
  135. #
  136. ## ui
  137. # User interface options.
  138. ## ui.colors
  139. # Default user interface color settings.
  140. ## ui.colors.color
  141. # Color settings for color terminal.
  142. ## ui.colors.color.menu
  143. # Menu bar colors.
  144. ## ui.colors.color.menu.frame
  145. # Menu frame colors.
  146. ## ui.colors.color.menu.frame.background <color|#rrggbb>
  147. # Default background color.
  148. set ui.colors.color.menu.frame.background = "gray80"
  149. ## ui.colors.color.dialog
  150. # Dialog colors.
  151. ## ui.colors.color.dialog.field
  152. # Dialog text field colors.
  153. ## ui.colors.color.dialog.field.background <color|#rrggbb>
  154. # Default background color.
  155. set ui.colors.color.dialog.field.background = "blue"
  156. ## ui.colors.color.dialog.field-text
  157. # Dialog field text colors.
  158. ## ui.colors.color.dialog.field-text.background <color|#rrggbb>
  159. # Default background color.
  160. set ui.colors.color.dialog.field-text.background = "blue"
  161. ## ui.colors.color.dialog.meter
  162. # Dialog meter colors.
  163. ## ui.colors.color.dialog.meter.background <color|#rrggbb>
  164. # Default background color.
  165. set ui.colors.color.dialog.meter.background = "blue"
  166. ## ui.colors.color.dialog.shadow
  167. # Dialog shadow colors (see ui.shadows option).
  168. ## ui.colors.color.dialog.shadow.background <color|#rrggbb>
  169. # Default background color.
  170. set ui.colors.color.dialog.shadow.background = "#444444"
  171. ## ui.colors.color.title
  172. # Title bar colors.
  173. ## ui.colors.color.title.title-bar
  174. # Generic title bar colors.
  175. ## ui.colors.color.title.title-bar.background <color|#rrggbb>
  176. # Default background color.
  177. set ui.colors.color.title.title-bar.background = "gray80"
  178. ## ui.colors.color.title.title-text
  179. # Title bar text colors.
  180. ## ui.colors.color.title.title-text.background <color|#rrggbb>
  181. # Default background color.
  182. set ui.colors.color.title.title-text.background = "gray80"
  183. ## ui.colors.color.status
  184. # Status bar colors.
  185. ## ui.colors.color.status.status-bar
  186. # Generic status bar colors.
  187. ## ui.colors.color.status.status-bar.background <color|#rrggbb>
  188. # Default background color.
  189. set ui.colors.color.status.status-bar.background = "gray80"
  190. ## ui.colors.color.status.status-text
  191. # Status bar text colors.
  192. ## ui.colors.color.status.status-text.background <color|#rrggbb>
  193. # Default background color.
  194. set ui.colors.color.status.status-text.background = "gray80"
  195. ## ui.colors.mono
  196. # Color settings for non-color terminal.
  197. ## ui.colors.mono.dialog
  198. # Dialog colors.
  199. ## ui.colors.mono.dialog.frame
  200. # Dialog frame colors.
  201. ## ui.colors.mono.dialog.frame.background <color|#rrggbb>
  202. # Default background color.
  203. set ui.colors.mono.dialog.frame.background = "gray80"
  204. ## ui.dialogs
  205. # Dialogs-specific appearance and behaviour settings.
  206. ## ui.dialogs.shadows [0|1]
  207. # Make dialogs drop shadows (the shadows are solid, you can adjust their
  208. # color by ui.colors.*.dialog.shadow). You may also want to eliminate the
  209. # wide borders by adjusting setup.h.
  210. set ui.dialogs.shadows = 1
  211. ## ui.dialogs.underline_hotkeys [0|1]
  212. # Whether to underline hotkeys in menus to make them more visible. Requires
  213. # that underlining is enabled for the terminal.
  214. set ui.dialogs.underline_hotkeys = 0
  215. ## ui.show_title_bar [0|1]
  216. # Show title bar on the screen.
  217. set ui.show_title_bar = 1
  218. ##############################
  219. # Automatically saved options
  220. #
  221. ## terminal
  222. # Terminal options.
  223. ## terminal.screen
  224. # Options specific to this terminal type (according to $TERM value).
  225. ## terminal.screen.transparency [0|1]
  226. set terminal.screen.transparency = 0
  227. ##############################
  228. # Automatically saved options
  229. #
  230. ## terminal
  231. # Terminal options.
  232. ## terminal.screen
  233. # Options specific to this terminal type (according to $TERM value).
  234. ## terminal.screen.type <num>
  235. set terminal.screen.type = 2
  236. ##############################
  237. # Automatically saved options
  238. #
  239. ## cookies
  240. # Cookies options.
  241. ## cookies.accept_policy <num>
  242. # Cookies accepting policy:
  243. # 0 is accept no cookies
  244. # 1 is ask for confirmation before accepting cookie
  245. # 2 is accept all cookies
  246. set cookies.accept_policy = 0
  247. ## cookies.max_age <num>
  248. # Cookie maximum age (in days):
  249. # -1 is use cookie's expiration date if any
  250. # 0 is force expiration at the end of session, ignoring
  251. # cookie's expiration date
  252. # 1+ is use cookie's expiration date, but limit age to the
  253. # given number of days
  254. set cookies.max_age = 0
  255. ## cookies.save [0|1]
  256. # Whether cookies should be loaded from and saved to disk.
  257. set cookies.save = 0
  258. ## cookies.resave [0|1]
  259. # Save cookies after each change in cookies list? No effect when cookie
  260. # saving (cookies.save) is off.
  261. set cookies.resave = 0
  262. ##############################
  263. # Automatically saved options
  264. #
  265. ## ui
  266. # User interface options.
  267. ## ui.clock
  268. # Digital clock in the status bar.
  269. ## ui.clock.enable [0|1]
  270. # Whether to display a digital clock in the status bar.
  271. set ui.clock.enable = 1
  272. ##############################
  273. # Automatically saved options
  274. #
  275. ## terminal
  276. # Terminal options.
  277. ## terminal.xterm-256color
  278. # Options specific to this terminal type (according to $TERM value).
  279. ## terminal.xterm-256color.colors <num>
  280. set terminal.xterm-256color.colors = 3
  281. ##############################
  282. # Automatically saved options
  283. #
  284. ## terminal
  285. # Terminal options.
  286. ## terminal.screen
  287. # Options specific to this terminal type (according to $TERM value).
  288. ## terminal.screen.m11_hack [0|1]
  289. set terminal.screen.m11_hack = 0
  290. ##############################
  291. # Automatically saved options
  292. #
  293. ## document
  294. # Document options.
  295. ## document.history
  296. # History options.
  297. ## document.history.global
  298. # Global history options.
  299. ## document.history.global.enable [0|1]
  300. # Enable global history ("history of all pages visited").
  301. set document.history.global.enable = 0