]> git.armaanb.net Git - chorizo.git/blobdiff - man/chorizo-config.5.scd
Update config file parsing and options
[chorizo.git] / man / chorizo-config.5.scd
index 5b178fcec56580901fa4a7288b9a0452f3396542..e472a7824cecf1ada6c7e5aa542c09cf1634f12f 100644 (file)
@@ -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,52 @@ 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++
+       Number of lines to scroll in the "scroll_lines_\*" keybindings.
+
 *tab_width*++
        Type: integer++
        Default: 20++
@@ -178,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++