User Tools

Site Tools


tutorials_dotfiles_.elinks_jbaber_elinks.conf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tutorials_dotfiles_.elinks_jbaber_elinks.conf [2021/03/23 15:49] – created hc9tutorials_dotfiles_.elinks_jbaber_elinks.conf [2021/03/23 16:02] (current) hc9
Line 1: Line 1:
 +<file config dotfile>
 +## ELinks 0.11.1 configuration file
 +
 +## This is ELinks configuration file. You can edit it manually,
 +## if you wish so; this file is edited by ELinks when you save
 +## options through UI, however only option values will be altered
 +## and missing options will be added at the end of file; if option
 +## is not written in this file, but in some file included from it,
 +## it is NOT counted as missing. Note that all your formatting,
 +## own comments and so on will be kept as-is.
 +##
 +## Obviously, if you don't like what ELinks is going to do with
 +## this file, you can change it by altering the config.saving_style
 +## option. Come on, aren't we friendly guys after all?
 +
 +##############################
 +# My edits
 +#
 +
 +set document.browse.forms.insert_mode = 0
 +
 +##############################
 +# Automatically saved options
 +#
 +
 +  ## config.saving_style_w [0|1]
 +  #  This is internal option used when displaying a warning about
 +  #  obsolete config.saving_style. You shouldn't touch it.
 +  set config.saving_style_w = 1
 +
 +    ## document.colors.use_document_colors <num>
 +    #  Use colors specified in document:
 +    #  0 is use always the default settings
 +    #  1 is use document colors if available, except background
 +    #  2 is use document colors, including background. This can
 +    #    mostly look very impressive, but some sites will appear
 +    #    really ugly. Note, that obviously if the background is
 +    #    not black, it will break the behaviour of transparency.
 +    set document.colors.use_document_colors = 0
 +
 +    ## ui.clock.enable [0|1]
 +    #  Whether to display a digital clock in the status bar.
 +    set ui.clock.enable = 1
 +
 +    ## ui.clock.format <str>
 +    #  Format string for the digital clock. See the strftime(3)
 +    #  manpage for details.
 +    set ui.clock.format = "[%H:%M]"
 +
 +    ## ui.leds.enable [0|1]
 +    #  Enable LEDs.
 +    #  These visual indicators will inform you about various states.
 +    set ui.leds.enable = 0
 +
 +    ## ui.sessions.homepage <str>
 +    #  The URI to load either at startup time when no URI was given
 +    #  on the command line or when requested by the goto-url-home action.
 +    #  Set to "" if the environment variable WWW_HOME should be used
 +    #  as homepage URI instead.
 +    set ui.sessions.homepage = "http://jbaber.freeshell.org/quick"
 +
 +  ## ui.language <language>
 +  #  Language of user interface. 'System' means that the language will
 +  #  be extracted from the environment dynamically.
 +  set ui.language = "System"
 +
 +  ## ui.show_status_bar [0|1]
 +  #  Show status bar on the screen.
 +  set ui.show_status_bar = 0
 +
 +  ## ui.show_title_bar [0|1]
 +  #  Show title bar on the screen.
 +  set ui.show_title_bar = 0
 +
 +
 +
 +
 +##############################
 +# Automatically saved options
 +#
 +
 +    ## ui.tabs.show_bar <num>
 +    #  Show tabs bar on the screen:
 +    #  0 means never
 +    #  1 means only if two or more tabs are open
 +    #  2 means always
 +    set ui.tabs.show_bar = 1
 +
 +
 +
 +
 +##############################
 +# Automatically saved options
 +#
 +
 +  ## cookies.accept_policy <num>
 +  #  Cookies accepting policy:
 +  #  0 is accept no cookies
 +  #  1 is ask for confirmation before accepting cookie
 +  #  2 is accept all cookies
 +  set cookies.accept_policy = 2
 +
 +  ## cookies.max_age <num>
 +  #  Cookie maximum age (in days):
 +  #  -1 is use cookie's expiration date if any
 +  #  0  is force expiration at the end of session, ignoring cookie's
 +  #     expiration date
 +  #  1+ is use cookie's expiration date, but limit age to the given
 +  #     number of days
 +  set cookies.max_age = 0
 +
 +  ## cookies.paranoid_security [0|1]
 +  #  When enabled, we'll require three dots in cookies domain for all
 +  #  non-international domains (instead of just two dots). Some countries
 +  #  have generic second level domains (eg. .com.pl, .co.uk) and allowing
 +  #  sites to set cookies for these generic domains could potentially be
 +  #  very bad. Note, it is off by default as it breaks a lot of sites.
 +  set cookies.paranoid_security = 0
 +
 +  ## cookies.save [0|1]
 +  #  Whether cookies should be loaded from and save to disk.
 +  set cookies.save = 1
 +
 +  ## cookies.resave [0|1]
 +  #  Save cookies after each change in cookies list? No effect when
 +  #  cookie saving (cookies.save) is off.
 +  set cookies.resave = 1
 +
 +    ## ui.dialogs.underline_hotkeys [0|1]
 +    #  Whether to underline hotkeys in menus to make them more
 +    #  visible. Requires the underlining is enabled for the terminal.
 +    set ui.dialogs.underline_hotkeys = 1
 +
 +    ## ui.dialogs.underline_button_shortcuts [0|1]
 +    #  Whether to underline button shortcuts to make them more
 +    #  visible. Requires the underlining is enabled for the terminal.
 +    set ui.dialogs.underline_button_shortcuts = 1
 +</file>