X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=man%2Fchorizo-config.5.scd;h=e472a7824cecf1ada6c7e5aa542c09cf1634f12f;hb=9965aeb5f64ea23c6c4bf78ef956e165b7c3d762;hp=f658d9c8311ff1c5f27d5d6bd1c9cf0e54c6f8f2;hpb=d33c5799d3dcf6b3444eb8632021f56f59d98eb0;p=chorizo.git diff --git a/man/chorizo-config.5.scd b/man/chorizo-config.5.scd index f658d9c..e472a78 100644 --- a/man/chorizo-config.5.scd +++ b/man/chorizo-config.5.scd @@ -5,18 +5,13 @@ _chorizo.ini_ - configuration file for *chorizo*(1) # DESCRIPTION _chorizo.ini_ is the system configuration file for the chorizo browser. The syntax -is the standard GTK ini format. An example is provided at _/etc/chorizo.ini_, and -user configuration should go in _~/.config/chorizo/chorizo.ini_, or your -equivalent as set by $XDG_CONFIG_DIR. Settings must go under the relevant -subsection. +is the standard GTK ini format. An example is provided at +_/usr/share/doc/chorizo/chorizo.ini_, and user configuration should go in +_~/.config/chorizo/chorizo.ini_, or your equivalent as set by +$XDG_CONFIG_DIR. Settings must go under the relevant subsection. # OPTIONS ## BROWSER -*accepted_language*++ - Type: string++ - Default: NULL++ - Set the accepted language header. - *console_to_stdout*++ Type: boolean++ Default: false++ @@ -38,9 +33,20 @@ subsection. Default: "about:blank"++ Set the default URI for new tabs. -*javascript_disabled*++ +*images_enabled*++ + Type: boolean++ + Default: true++ + Determines whether or not images are enabled by default. + +*javascript_can_access_clipboard*++ Type: boolean++ Default: false++ + Determines whether or not JavaScript can access the clipboard. Necessary for + websites like gDrive, and "click to copy" buttons + +*javascript_enabled*++ + Type: boolean++ + Default: true++ Determines whether or not JavaScript is enabled by default. *search_engine*++ @@ -48,9 +54,9 @@ subsection. Default: "https://duckduckgo.com?q="++ What search engine to use when searching with "w/". -*spellcheck_disabled*++ +*spellcheck_enabled*++ Type: boolean++ - Default: false++ + Default: true++ Disable spell checking. *spellcheck_language*++ @@ -63,7 +69,47 @@ subsection. Default: the WebKit default++ Choose a custom user agent. +*webgl_enabled*++ + Type: boolean++ + Default: true++ + Determines whether or not WebGL is enabled. + ## UI +*default_uri*++ + Type: string++ + Default: "https://"++ + The URI to fill the location bar with when entering the it from the homepage. + +*font_family_default*++ + Type: string++ + Default: "sans-serif"++ + Default font family. + +*font_family_default_monospace*++ + Type: string++ + Default: "monospace"++ + Default monospace font family + +*font_family_default_sans_serif*++ + Type: string++ + Default: "sans-serif"++ + Default sans-serif font family + +*font_family_default_serif*++ + Type: string++ + Default: "serif"++ + Default serif font family + +*font_size_default*++ + Type: integer++ + Default: 16++ + Default font size. + +*font_size_default_monospace*++ + Type: integer++ + Default: 13++ + Default monospace font size. + *scroll_lines*++ Type: integer++ Default: 3++ @@ -183,6 +229,11 @@ All of these keybindings are bound to Control + key. Default: o++ Toggle JavaScript. +*toggle_img*++ + Type: string++ + Default: NULL++ + Toggle image loading. + *web_search*++ Type: string++ Default: d++