]> git.armaanb.net Git - chorizo.git/blobdiff - man1/lariza.1
Bump dates in manpages
[chorizo.git] / man1 / lariza.1
index 9c5a92f6c7b72b9eebd2be812926cc1bf7101239..e0294dbbe37a9a3bcc1af0c6626dd30f1a4588d0 100644 (file)
@@ -1,13 +1,11 @@
-.TH lariza 1 "2015-11-28" "lariza" "User Commands"
+.TH lariza 1 "2021-01-03" "lariza" "User Commands"
 .\" --------------------------------------------------------------------
 .SH NAME
 lariza \- simple web browser
 .\" --------------------------------------------------------------------
 .SH SYNOPSIS
 \fBlariza\fP
-[\fB\-e\fP \fIwid\fP]
 [\fB\-C\fP]
-[\fB\-T\fP]
 [\fIURI ...\fP]
 .\" --------------------------------------------------------------------
 .SH DESCRIPTION
@@ -17,15 +15,8 @@ lariza \- simple web browser
 In addition to the standard arguments of GTK+ 3, \fBlariza\fP knows
 about the following options:
 .TP
-\fB\-e\fP \fIwid\fP
-Embeds the main window and all newly created windows in the window
-specified by \fIwid\fP. The download manager is always a \(lqpopup\(rq.
-.TP
 \fB\-C\fP
 Disables cooperative instances.
-.TP
-\fB\-T\fP
-Disables automatic launching of suckless' \fBtabbed\fP(1).
 .P
 After these options there can be any number of URIs. If no URIs are
 given, $\fBLARIZA_HOME_URI\fP will be opened.
@@ -55,11 +46,6 @@ This variable defaults to \fB/var/tmp\fP.
 \fBLARIZA_ENABLE_CONSOLE_TO_STDOUT\fP
 Enable writing WebKit console messages to stdout.
 .TP
-\fBLARIZA_ENABLE_EXPERIMENTAL_WEBGL\fP
-Enable WebGL support in WebKit if this variable is set. Note that this
-is an \fBEXPERIMENTAL\fP feature. This setting could vanish from
-\fBlariza\fP in future releases without notice.
-.TP
 \fBLARIZA_FIFO_SUFFIX\fP
 Cooperative instances are implemented using a named pipe in the file
 system. The name of this pipe usually is (at least on modern systems
@@ -80,6 +66,13 @@ This URI will be opened by pressing the appropriate hotkeys
 (\(lqhomepage\(rq or \(lqnew window\(rq) and if no URIs are specified on
 the command line. Defaults to \fBabout:blank\fP.
 .TP
+\fBLARIZA_TAB_POS\fP
+Can be one of \fBtop\fP (default), \fBright\fP, \fBbottom\fP,
+\fBleft\fP.
+.TP
+\fBLARIZA_TAB_WIDTH_CHARS\fP
+An integer, determines width of tabs. Defaults to 20.
+.TP
 \fBLARIZA_USER_AGENT\fP
 \fBlariza\fP will identify itself with this string. Uses WebKit's
 default value if unset.
@@ -90,24 +83,29 @@ Zoom level for WebKit viewports. Defaults to \fB1.0\fP.
 .SH FILES
 XDG variables will be used to construct these paths.
 .TP
-\fI~/.config\:/lariza\:/adblock.black\fP
+\fI~/.config\:/lariza\:/adblock\fP
 Adblock patterns. See \fBlariza.usage\fP(1).
 .TP
 \fI~/.config\:/lariza\:/certs\fP
 Directory where trusted certificates are stored. See
 \fBlariza.usage\fP(1).
 .TP
-\fI~/.config\:/lariza\:/keywordsearch\fP
-Configuration file for keyword base searching. See
+\fI~/.config\:/lariza\:/scripts\fP
+Directory to store user-supplied JavaScript snippets. See
 \fBlariza.usage\fP(1).
 .TP
 \fI~/.local\:/share\:/lariza\:/web_extensions\fP
 Sets the directory where WebKit will look for web extensions. See
 \fBlariza.usage\fP(1).
-.P
-The executable \fIlariza-external-handler\fP must be located somewhere
-in your $\fBPATH\fP, if you want to make use of the external URI
-handler. See \fBlariza.usage\fP(1) for details.
+.TP
+\fI~/.cache\:/lariza\fP
+.TQ
+\fI~/.cache\:/webkitgtk\fP
+.TQ
+\fI~/.local\:/share\:/webkitgtk\fP
+WebKitGTK will dump its caches and local storage here. It is probably
+wise to clean those directories regularly or to mount them as
+\fBtmpfs\fP(5).
 .\" --------------------------------------------------------------------
 .SH LICENSE
 \fBlariza\fP is released under the MIT license. See the accompanying
@@ -118,5 +116,4 @@ handler. See \fBlariza.usage\fP(1) for details.
 was started in June 2014.
 .\" --------------------------------------------------------------------
 .SH "SEE ALSO"
-.BR lariza.usage (1),
-.BR tabbed (1).
+.BR lariza.usage (1).