]> git.armaanb.net Git - chorizo.git/blobdiff - man1/lariza-config.5.scd
Alphabetize config options
[chorizo.git] / man1 / lariza-config.5.scd
index 3ab31a70d50a09c73fffc015635bcee5d377bd6a..aa71527aac8a6ccfed5b03cac070f35b54c89f92 100644 (file)
@@ -12,6 +12,22 @@ subsection.
 
 # OPTIONS
 ## BROWSER
+*accepted_language*++
+       Type: string++
+       Default: NULL++
+       Set the accepted language header.
+
+*console_to_stdout*++
+       Type: boolean++
+       Default: false++
+       Print the contents of the browser console to stdout.
+
+*cookie_policy*++
+       Type: string++
+       Default: "no_third_party"++
+       Options: "all", "none", "no_third_party"++
+       Determines what cookies are accepted.
+
 *history_file*++
        Type: string++
        Default: none++
@@ -22,32 +38,21 @@ subsection.
        Default: "about:blank"++
        Set the default URI for new tabs.
 
-*console_to_stdout*++
-       Type: boolean++
-       Default: false++
-       Print the contents of the browser console to stdout.
-
-*user_agent*++
-       Type: string++
-       Default: the WebKit default++
-       Choose a custom user agent.
-
 *javascript_disabled*++
        Type: boolean++
        Default: false++
        Determines whether or not JavaScript is enabled by default.
 
-*cookie_policy*++
-       Type: string++
-       Default: "no_third_party"++
-       Options: "all", "none", "no_third_party"++
-       Determines what cookies are accepted.
-
 *search_engine*++
        Type: string++
        Default: "https://duckduckgo.com?q="++
        What search engine to use when searching with "w/".
 
+*user_agent*++
+       Type: string++
+       Default: the WebKit default++
+       Choose a custom user agent.
+
 ## UI
 *tab_width*++
        Type: integer++
@@ -62,72 +67,42 @@ subsection.
 ## KEYBINDINGS
 All of these keybindings are bound to Control + key.
 
-*close_tab*++
-       Type: string++
-       Default: q++
-       Close the current tab.
-
-*new_tab*++
-       Type: string++
-       Default: w++
-       Open a new tab.
-
-*reload*++
-       Type: string++
-       Default: e++
-       Reload the current tab.
-
 *download_manager*++
        Type: string++
        Default: y++
        Toggle the download manager.
 
-*web_search*++
-       Type: string++
-       Default: d++
-       Start a web search.
-
-*search_forwards*++
+*history_back*++
        Type: string++
-       Default: s++
-       Search in-page forwards.
+       Default: h++
+       Go back in history.
 
-*search_backwards*++
+*history_forwards*++
        Type: string++
-       Default: r++
-       Search in-page backwareds.
+       Default: h++
+       Go forwards in history.
 
 *location*++
        Type: string++
        Default: t++
        Select the URL.
 
-*previous_tab*++
-       Type: string++
-       Default: u++
-       Focus the previous tab.
-
-*next_tab*++
-       Type: string++
-       Default: i++
-       Focus the next tab.
-
-*history_forwards*++
+*quit*++
        Type: string++
-       Default: h++
-       Go forwards in history.
+       Default: g++
+       Deselect everything and focus on the webpage.
 
-*history_back*++
+*reload*++
        Type: string++
-       Default: h++
-       Go back in history.
+       Default: e++
+       Reload the current tab.
 
-*scroll_down*++
+*scroll_line_down*++
        Type: string++
        Default: j++
        Scroll down one line.
 
-*scroll_up*++
+*scroll_line_up*++
        Type: string++
        Default: k++
        Scroll up one line.
@@ -142,15 +117,45 @@ All of these keybindings are bound to Control + key.
        Default: b++
        Scroll up one page.
 
+*search_backwards*++
+       Type: string++
+       Default: r++
+       Search in-page backwareds.
+
+*search_forwards*++
+       Type: string++
+       Default: s++
+       Search in-page forwards.
+
+*tab_close*++
+       Type: string++
+       Default: q++
+       Close the current tab.
+
+*tab_previous*++
+       Type: string++
+       Default: u++
+       Focus the previous tab.
+
+*tab_new*++
+       Type: string++
+       Default: w++
+       Open a new tab.
+
+*tab_next*++
+       Type: string++
+       Default: i++
+       Focus the next tab.
+
 *toggle_js*++
        Type: string++
        Default: o++
        Toggle JavaScript.
 
-*quit*++
+*web_search*++
        Type: string++
-       Default: g++
-       Deselect everything and focus on the webpage.
+       Default: d++
+       Start a web search.
 
 *zoom_in*++
        Type: string++