]> 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 0b333642eec74abcbd0c3a72c79d0b21c34bcdb1..e472a7824cecf1ada6c7e5aa542c09cf1634f12f 100644 (file)
@@ -12,11 +12,6 @@ $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 @@ $XDG_CONFIG_DIR. Settings must go under the relevant 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 @@ $XDG_CONFIG_DIR. Settings must go under the relevant 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,12 +69,47 @@ $XDG_CONFIG_DIR. Settings must go under the relevant 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++