]> git.armaanb.net Git - chorizo.git/blob - man/lariza-config.5.scd
Fix lines > 80 chars
[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 *print*++
101         Type: string++
102         Default: Print++
103         Print the current page
104
105 *quit*++
106         Type: string++
107         Default: g++
108         Deselect everything and focus on the webpage.
109
110 *reload*++
111         Type: string++
112         Default: e++
113         Reload the current tab.
114
115 *scroll_line_down*++
116         Type: string++
117         Default: j++
118         Scroll down one line.
119
120 *scroll_line_up*++
121         Type: string++
122         Default: k++
123         Scroll up one line.
124
125 *scroll_page_down*++
126         Type: string++
127         Default: f++
128         Scroll down one page.
129
130 *scroll_page_up*++
131         Type: string++
132         Default: b++
133         Scroll up one page.
134
135 *search_backwards*++
136         Type: string++
137         Default: r++
138         Search in-page backwareds.
139
140 *search_forwards*++
141         Type: string++
142         Default: s++
143         Search in-page forwards.
144
145 *tab_close*++
146         Type: string++
147         Default: q++
148         Close the current tab.
149
150 *tab_switch_[1-9]*++
151         Type: string++
152         Default: [1-9]++
153         Group of options to jump to a particular tab, numbered from the left. Set
154         these separately from each other.
155
156 *tab_previous*++
157         Type: string++
158         Default: u++
159         Focus the previous tab.
160
161 *tab_mute*++
162         Type: string++
163         Default: AudioMute++
164         Mute the current tab.
165
166 *tab_new*++
167         Type: string++
168         Default: w++
169         Open a new tab.
170
171 *tab_next*++
172         Type: string++
173         Default: i++
174         Focus the next tab.
175
176 *toggle_js*++
177         Type: string++
178         Default: o++
179         Toggle JavaScript.
180
181 *web_search*++
182         Type: string++
183         Default: d++
184         Start a web search.
185
186 *zoom_in*++
187         Type: string++
188         Default: =++
189         Zoom in 10%.
190
191 *zoom_out*++
192         Type: string++
193         Default: -++
194         Zoom out 10%.
195
196 *zoom_reset*++
197         Type: string++
198         Default: -++
199         Reset zoom to default.