]> git.armaanb.net Git - chorizo.git/blob - man/chorizo-config.5.scd
Rename web_extensions to web-extensions
[chorizo.git] / man / chorizo-config.5.scd
1 chorizo-config(5)
2
3 # NAME
4 _chorizo.ini_ - configuration file for *chorizo*(1)
5
6 # DESCRIPTION
7 _chorizo.ini_ is the system configuration file for the chorizo browser. The syntax
8 is the standard GTK ini format. An example is provided at
9 _/usr/share/doc/chorizo/chorizo.ini_, and user configuration should go in
10 _~/.config/chorizo/chorizo.ini_, or your equivalent as set by
11 $XDG_CONFIG_DIR. Settings must go under the relevant subsection.
12
13 # OPTIONS
14 ## BROWSER
15 *console_to_stdout*++
16         Type: boolean++
17         Default: false++
18         Print the contents of the browser console to stdout.
19
20 *cookie_policy*++
21         Type: string++
22         Default: "no_third_party"++
23         Options: "all", "none", "no_third_party"++
24         Determines what cookies are accepted.
25
26 *history_file*++
27         Type: string++
28         Default: none++
29         File that chorizo should save history to.
30
31 *homepage*++
32         Type: string++
33         Default: "about:blank"++
34         Set the default URI for new tabs.
35
36 *images_enabled*++
37         Type: boolean++
38         Default: true++
39         Determines whether or not images are enabled by default.
40
41 *javascript_can_access_clipboard*++
42         Type: boolean++
43         Default: false++
44         Determines whether or not JavaScript can access the clipboard. Necessary for
45         websites like gDrive, and "click to copy" buttons
46
47 *javascript_enabled*++
48         Type: boolean++
49         Default: true++
50         Determines whether or not JavaScript is enabled by default.
51
52 *search_engine*++
53         Type: string++
54         Default: "https://duckduckgo.com?q="++
55         What search engine to use when searching with "w/".
56
57 *spellcheck_enabled*++
58         Type: boolean++
59         Default: true++
60         Disable spell checking.
61
62 *spellcheck_language*++
63         Type: string++
64         Default: "en_US;"++
65         Language to use for spell checking.
66
67 *user_agent*++
68         Type: string++
69         Default: the WebKit default++
70         Choose a custom user agent.
71
72 *webgl_enabled*++
73         Type: boolean++
74         Default: true++
75         Determines whether or not WebGL is enabled.
76
77 ## UI
78 *default_uri*++
79         Type: string++
80         Default: "https://"++
81         The URI to fill the location bar with when entering the it from the homepage.
82
83 *font_family_default*++
84         Type: string++
85         Default: "sans-serif"++
86         Default font family.
87
88 *font_family_default_monospace*++
89         Type: string++
90         Default: "monospace"++
91         Default monospace font family
92
93 *font_family_default_sans_serif*++
94         Type: string++
95         Default: "sans-serif"++
96         Default sans-serif font family
97
98 *font_family_default_serif*++
99         Type: string++
100         Default: "serif"++
101         Default serif font family
102
103 *font_size_default*++
104         Type: integer++
105         Default: 16++
106         Default font size.
107
108 *font_size_default_monospace*++
109         Type: integer++
110         Default: 13++
111         Default monospace font size.
112
113 *scroll_lines*++
114         Type: integer++
115         Default: 3++
116         Number of lines to scroll in the "scroll_lines_\*" keybindings.
117
118 *tab_width*++
119         Type: integer++
120         Default: 20++
121         Width of each tab in characters.
122
123 *zoom_level*++
124         Type: double++
125         Default: 1.0++
126         Default zoom level of each page.
127
128 ## KEYBINDINGS
129 All of these keybindings are bound to Control + key.
130
131 *download_manager*++
132         Type: string++
133         Default: y++
134         Toggle the download manager.
135
136 *history_back*++
137         Type: string++
138         Default: h++
139         Go back in history.
140
141 *history_forwards*++
142         Type: string++
143         Default: h++
144         Go forwards in history.
145
146 *location*++
147         Type: string++
148         Default: t++
149         Select the URL.
150
151 *print*++
152         Type: string++
153         Default: Print++
154         Print the current page
155
156 *quit*++
157         Type: string++
158         Default: g++
159         Deselect everything and focus on the webpage.
160
161 *reload*++
162         Type: string++
163         Default: e++
164         Reload the current tab.
165
166 *scroll_line_down*++
167         Type: string++
168         Default: j++
169         Scroll down one line.
170
171 *scroll_line_up*++
172         Type: string++
173         Default: k++
174         Scroll up one line.
175
176 *scroll_page_down*++
177         Type: string++
178         Default: f++
179         Scroll down one page.
180
181 *scroll_page_up*++
182         Type: string++
183         Default: b++
184         Scroll up one page.
185
186 *search_backwards*++
187         Type: string++
188         Default: r++
189         Search in-page backwareds.
190
191 *search_forwards*++
192         Type: string++
193         Default: s++
194         Search in-page forwards.
195
196 *tab_close*++
197         Type: string++
198         Default: q++
199         Close the current tab.
200
201 *tab_switch_[1-9]*++
202         Type: string++
203         Default: [1-9]++
204         Group of options to jump to a particular tab, numbered from the left. Set
205         these separately from each other.
206
207 *tab_previous*++
208         Type: string++
209         Default: u++
210         Focus the previous tab.
211
212 *tab_mute*++
213         Type: string++
214         Default: AudioMute++
215         Mute the current tab.
216
217 *tab_new*++
218         Type: string++
219         Default: w++
220         Open a new tab.
221
222 *tab_next*++
223         Type: string++
224         Default: i++
225         Focus the next tab.
226
227 *toggle_js*++
228         Type: string++
229         Default: o++
230         Toggle JavaScript.
231
232 *toggle_img*++
233         Type: string++
234         Default: NULL++
235         Toggle image loading.
236
237 *web_search*++
238         Type: string++
239         Default: d++
240         Start a web search.
241
242 *zoom_in*++
243         Type: string++
244         Default: =++
245         Zoom in 10%.
246
247 *zoom_out*++
248         Type: string++
249         Default: -++
250         Zoom out 10%.
251
252 *zoom_reset*++
253         Type: string++
254         Default: -++
255         Reset zoom to default.