]> git.armaanb.net Git - chorizo.git/blob - man/lariza.1.scd
Fix lines > 80 chars
[chorizo.git] / man / lariza.1.scd
1 lariza(1)
2
3 # NAME
4 lariza - simple web browser
5
6 # SYNOPSIS
7 *lariza* - [-C] [_URI ..._]
8
9 # DESCRIPTION
10 *lariza* is a simple web browser using GTK+ 3, GLib and WebKit2GTK+.
11
12 # OPTIONS
13 In addition to the standard arguments of GTK+ 3, *lariza* knows about the
14 following options:
15
16 *-C*
17         Disables cooperative instances.
18
19 After these options there can be any number of URIs specified to open.
20
21 # ENVIRONMENT
22 In addition to the standard variables of GTK+ 3, *lariza* knows about the
23 following environment variable:
24
25 *LARIZA_FIFO_SUFFIX*
26         Cooperative instances are implemented using a named pipe in the file
27         system. The name of this pipe usually is (at least on modern systems following
28         XDG standards: /var/run/user/$UID/lariza.fifo-$LARIZA_FIFO_SUFFIX
29
30         *$UID* is the id of your user. *$LARIZA_FIFO_SUFFIX* defaults to *main*. If you
31         change this variable, you can launch several independent cooperative instances
32         of *lariza*.
33
34 # FILES
35 XDG variables will be used to construct these paths.
36 *~/.config/lariza/lariza.ini*
37         Configuration file. See *lariza-config*(5).
38
39 *~/.config/lariza/adblock*
40         Adblock patterns. See *lariza-usage*(1).
41
42 *~/.local/share/lariza/certs*
43         Directory where trusted certificates are stored. See *lariza-usage*(1).
44
45 ~/.local/share/lariza/user-scripts
46         Directory to store user-supplied JavaScript snippets. See *lariza-usage*(1).
47
48 ~/.local/share/lariza/web_extensions
49         Sets the directory where WebKit will look for web extensions. See
50         *lariza-usage*(1).
51
52 ~/.cache/lariza
53
54 ~/.cache/webkitgtk
55
56 ~/.local/share/webkitgtk
57         WebKitGTK will dump its caches and local storage here. It is probably wise to
58         clean those directories regularly or to mount them as *tmpfs*(5).
59
60 # LICENSE
61 *lariza* is released under the MIT license. See the accompanying LICENSE file.
62
63 # HISTORY
64 lariza was originally written by Peter Hofmann. The project was started in June
65 2014. This fork is maintained by Armaan Bhojwani.
66
67 # SEE ALSO
68 *lariza-usage*(1), *lariza-config*(5)