]> git.armaanb.net Git - chorizo.git/blob - man/chorizo-config.5.scd
0b333642eec74abcbd0c3a72c79d0b21c34bcdb1
[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 *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 chorizo 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 *default_uri*++
68         Type: string++
69         Default: "https://"++
70         The URI to fill the location bar with when entering the it from the homepage.
71
72 *scroll_lines*++
73         Type: integer++
74         Default: 3++
75         Number of lines to scroll in the "scroll_lines_\*" keybindings.
76
77 *tab_width*++
78         Type: integer++
79         Default: 20++
80         Width of each tab in characters.
81
82 *zoom_level*++
83         Type: double++
84         Default: 1.0++
85         Default zoom level of each page.
86
87 ## KEYBINDINGS
88 All of these keybindings are bound to Control + key.
89
90 *download_manager*++
91         Type: string++
92         Default: y++
93         Toggle the download manager.
94
95 *history_back*++
96         Type: string++
97         Default: h++
98         Go back in history.
99
100 *history_forwards*++
101         Type: string++
102         Default: h++
103         Go forwards in history.
104
105 *location*++
106         Type: string++
107         Default: t++
108         Select the URL.
109
110 *print*++
111         Type: string++
112         Default: Print++
113         Print the current page
114
115 *quit*++
116         Type: string++
117         Default: g++
118         Deselect everything and focus on the webpage.
119
120 *reload*++
121         Type: string++
122         Default: e++
123         Reload the current tab.
124
125 *scroll_line_down*++
126         Type: string++
127         Default: j++
128         Scroll down one line.
129
130 *scroll_line_up*++
131         Type: string++
132         Default: k++
133         Scroll up one line.
134
135 *scroll_page_down*++
136         Type: string++
137         Default: f++
138         Scroll down one page.
139
140 *scroll_page_up*++
141         Type: string++
142         Default: b++
143         Scroll up one page.
144
145 *search_backwards*++
146         Type: string++
147         Default: r++
148         Search in-page backwareds.
149
150 *search_forwards*++
151         Type: string++
152         Default: s++
153         Search in-page forwards.
154
155 *tab_close*++
156         Type: string++
157         Default: q++
158         Close the current tab.
159
160 *tab_switch_[1-9]*++
161         Type: string++
162         Default: [1-9]++
163         Group of options to jump to a particular tab, numbered from the left. Set
164         these separately from each other.
165
166 *tab_previous*++
167         Type: string++
168         Default: u++
169         Focus the previous tab.
170
171 *tab_mute*++
172         Type: string++
173         Default: AudioMute++
174         Mute the current tab.
175
176 *tab_new*++
177         Type: string++
178         Default: w++
179         Open a new tab.
180
181 *tab_next*++
182         Type: string++
183         Default: i++
184         Focus the next tab.
185
186 *toggle_js*++
187         Type: string++
188         Default: o++
189         Toggle JavaScript.
190
191 *toggle_img*++
192         Type: string++
193         Default: NULL++
194         Toggle image loading.
195
196 *web_search*++
197         Type: string++
198         Default: d++
199         Start a web search.
200
201 *zoom_in*++
202         Type: string++
203         Default: =++
204         Zoom in 10%.
205
206 *zoom_out*++
207         Type: string++
208         Default: -++
209         Zoom out 10%.
210
211 *zoom_reset*++
212         Type: string++
213         Default: -++
214         Reset zoom to default.