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