]> git.armaanb.net Git - chorizo.git/blob - man1/lariza-config.5.scd
3ab31a70d50a09c73fffc015635bcee5d377bd6a
[chorizo.git] / man1 / 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 *history_file*++
16         Type: string++
17         Default: none++
18         File that lariza should save history to.
19
20 *homepage*++
21         Type: string++
22         Default: "about:blank"++
23         Set the default URI for new tabs.
24
25 *console_to_stdout*++
26         Type: boolean++
27         Default: false++
28         Print the contents of the browser console to stdout.
29
30 *user_agent*++
31         Type: string++
32         Default: the WebKit default++
33         Choose a custom user agent.
34
35 *javascript_disabled*++
36         Type: boolean++
37         Default: false++
38         Determines whether or not JavaScript is enabled by default.
39
40 *cookie_policy*++
41         Type: string++
42         Default: "no_third_party"++
43         Options: "all", "none", "no_third_party"++
44         Determines what cookies are accepted.
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 ## UI
52 *tab_width*++
53         Type: integer++
54         Default: 20++
55         Width of each tab in characters.
56
57 *zoom_level*++
58         Type: double++
59         Default: 1.0++
60         Default zoom level of each page.
61
62 ## KEYBINDINGS
63 All of these keybindings are bound to Control + key.
64
65 *close_tab*++
66         Type: string++
67         Default: q++
68         Close the current tab.
69
70 *new_tab*++
71         Type: string++
72         Default: w++
73         Open a new tab.
74
75 *reload*++
76         Type: string++
77         Default: e++
78         Reload the current tab.
79
80 *download_manager*++
81         Type: string++
82         Default: y++
83         Toggle the download manager.
84
85 *web_search*++
86         Type: string++
87         Default: d++
88         Start a web search.
89
90 *search_forwards*++
91         Type: string++
92         Default: s++
93         Search in-page forwards.
94
95 *search_backwards*++
96         Type: string++
97         Default: r++
98         Search in-page backwareds.
99
100 *location*++
101         Type: string++
102         Default: t++
103         Select the URL.
104
105 *previous_tab*++
106         Type: string++
107         Default: u++
108         Focus the previous tab.
109
110 *next_tab*++
111         Type: string++
112         Default: i++
113         Focus the next tab.
114
115 *history_forwards*++
116         Type: string++
117         Default: h++
118         Go forwards in history.
119
120 *history_back*++
121         Type: string++
122         Default: h++
123         Go back in history.
124
125 *scroll_down*++
126         Type: string++
127         Default: j++
128         Scroll down one line.
129
130 *scroll_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 *toggle_js*++
146         Type: string++
147         Default: o++
148         Toggle JavaScript.
149
150 *quit*++
151         Type: string++
152         Default: g++
153         Deselect everything and focus on the webpage.
154
155 *zoom_in*++
156         Type: string++
157         Default: =++
158         Zoom in 10%.
159
160 *zoom_out*++
161         Type: string++
162         Default: -++
163         Zoom out 10%.
164
165 *zoom_reset*++
166         Type: string++
167         Default: -++
168         Reset zoom to default.