]> git.armaanb.net Git - chorizo.git/blob - man/lariza-config.5.scd
Fix man install path
[chorizo.git] / man / 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 *spellcheck_disabled*++
52         Type: boolean++
53         Default: false++
54         Disable spell checking.
55
56 *spellcheck_language*++
57         Type: string++
58         Default: "en_US;"++
59         Language to use for spell checking.
60
61 *user_agent*++
62         Type: string++
63         Default: the WebKit default++
64         Choose a custom user agent.
65
66 ## UI
67 *tab_width*++
68         Type: integer++
69         Default: 20++
70         Width of each tab in characters.
71
72 *zoom_level*++
73         Type: double++
74         Default: 1.0++
75         Default zoom level of each page.
76
77 ## KEYBINDINGS
78 All of these keybindings are bound to Control + key.
79
80 *download_manager*++
81         Type: string++
82         Default: y++
83         Toggle the download manager.
84
85 *history_back*++
86         Type: string++
87         Default: h++
88         Go back in history.
89
90 *history_forwards*++
91         Type: string++
92         Default: h++
93         Go forwards in history.
94
95 *location*++
96         Type: string++
97         Default: t++
98         Select the URL.
99
100 *quit*++
101         Type: string++
102         Default: g++
103         Deselect everything and focus on the webpage.
104
105 *reload*++
106         Type: string++
107         Default: e++
108         Reload the current tab.
109
110 *scroll_line_down*++
111         Type: string++
112         Default: j++
113         Scroll down one line.
114
115 *scroll_line_up*++
116         Type: string++
117         Default: k++
118         Scroll up one line.
119
120 *scroll_page_down*++
121         Type: string++
122         Default: f++
123         Scroll down one page.
124
125 *scroll_page_up*++
126         Type: string++
127         Default: b++
128         Scroll up one page.
129
130 *search_backwards*++
131         Type: string++
132         Default: r++
133         Search in-page backwareds.
134
135 *search_forwards*++
136         Type: string++
137         Default: s++
138         Search in-page forwards.
139
140 *tab_close*++
141         Type: string++
142         Default: q++
143         Close the current tab.
144
145 *tab_previous*++
146         Type: string++
147         Default: u++
148         Focus the previous tab.
149
150 *tab_new*++
151         Type: string++
152         Default: w++
153         Open a new tab.
154
155 *tab_next*++
156         Type: string++
157         Default: i++
158         Focus the next tab.
159
160 *toggle_js*++
161         Type: string++
162         Default: o++
163         Toggle JavaScript.
164
165 *web_search*++
166         Type: string++
167         Default: d++
168         Start a web search.
169
170 *zoom_in*++
171         Type: string++
172         Default: =++
173         Zoom in 10%.
174
175 *zoom_out*++
176         Type: string++
177         Default: -++
178         Zoom out 10%.
179
180 *zoom_reset*++
181         Type: string++
182         Default: -++
183         Reset zoom to default.