]> git.armaanb.net Git - chorizo.git/blob - man1/lariza-config.5.scd
Alphabetize config options
[chorizo.git] / man1 / lariza-config.5.scd
1 lariza-config(5)
2
3 # NAME
4 _lariza.ini_ - configuration file for *lariza*(1)
5
6 # DESCRIPTION
7 _lariza.ini_ is the system configuration file for the lariza browser. The syntax
8 is the standard GTK ini format. An example is provided at _/etc/lariza.ini_, and
9 user configuration should go in _~/.config/lariza/lariza.ini_, or your
10 equivalent as set by $XDG_CONFIG_DIR. Settings must go under the relevant
11 subsection.
12
13 # OPTIONS
14 ## BROWSER
15 *accepted_language*++
16         Type: string++
17         Default: NULL++
18         Set the accepted language header.
19
20 *console_to_stdout*++
21         Type: boolean++
22         Default: false++
23         Print the contents of the browser console to stdout.
24
25 *cookie_policy*++
26         Type: string++
27         Default: "no_third_party"++
28         Options: "all", "none", "no_third_party"++
29         Determines what cookies are accepted.
30
31 *history_file*++
32         Type: string++
33         Default: none++
34         File that lariza should save history to.
35
36 *homepage*++
37         Type: string++
38         Default: "about:blank"++
39         Set the default URI for new tabs.
40
41 *javascript_disabled*++
42         Type: boolean++
43         Default: false++
44         Determines whether or not JavaScript is enabled by default.
45
46 *search_engine*++
47         Type: string++
48         Default: "https://duckduckgo.com?q="++
49         What search engine to use when searching with "w/".
50
51 *user_agent*++
52         Type: string++
53         Default: the WebKit default++
54         Choose a custom user agent.
55
56 ## UI
57 *tab_width*++
58         Type: integer++
59         Default: 20++
60         Width of each tab in characters.
61
62 *zoom_level*++
63         Type: double++
64         Default: 1.0++
65         Default zoom level of each page.
66
67 ## KEYBINDINGS
68 All of these keybindings are bound to Control + key.
69
70 *download_manager*++
71         Type: string++
72         Default: y++
73         Toggle the download manager.
74
75 *history_back*++
76         Type: string++
77         Default: h++
78         Go back in history.
79
80 *history_forwards*++
81         Type: string++
82         Default: h++
83         Go forwards in history.
84
85 *location*++
86         Type: string++
87         Default: t++
88         Select the URL.
89
90 *quit*++
91         Type: string++
92         Default: g++
93         Deselect everything and focus on the webpage.
94
95 *reload*++
96         Type: string++
97         Default: e++
98         Reload the current tab.
99
100 *scroll_line_down*++
101         Type: string++
102         Default: j++
103         Scroll down one line.
104
105 *scroll_line_up*++
106         Type: string++
107         Default: k++
108         Scroll up one line.
109
110 *scroll_page_down*++
111         Type: string++
112         Default: f++
113         Scroll down one page.
114
115 *scroll_page_up*++
116         Type: string++
117         Default: b++
118         Scroll up one page.
119
120 *search_backwards*++
121         Type: string++
122         Default: r++
123         Search in-page backwareds.
124
125 *search_forwards*++
126         Type: string++
127         Default: s++
128         Search in-page forwards.
129
130 *tab_close*++
131         Type: string++
132         Default: q++
133         Close the current tab.
134
135 *tab_previous*++
136         Type: string++
137         Default: u++
138         Focus the previous tab.
139
140 *tab_new*++
141         Type: string++
142         Default: w++
143         Open a new tab.
144
145 *tab_next*++
146         Type: string++
147         Default: i++
148         Focus the next tab.
149
150 *toggle_js*++
151         Type: string++
152         Default: o++
153         Toggle JavaScript.
154
155 *web_search*++
156         Type: string++
157         Default: d++
158         Start a web search.
159
160 *zoom_in*++
161         Type: string++
162         Default: =++
163         Zoom in 10%.
164
165 *zoom_out*++
166         Type: string++
167         Default: -++
168         Zoom out 10%.
169
170 *zoom_reset*++
171         Type: string++
172         Default: -++
173         Reset zoom to default.