diff options
author | Peter Hofmann <scm@uninformativ.de> | 2018-07-11 18:00:18 +0200 |
---|---|---|
committer | Peter Hofmann <scm@uninformativ.de> | 2020-04-24 16:41:28 +0200 |
commit | 86fbb28fdcb70733c426219a1b3bc44dc0a27e46 (patch) | |
tree | b4cefc0f9c46a6f9db87fd2f7811adf2fd0316b5 /man1 | |
parent | 0204244aafa5ffb2c577934ad1e4179126f4b3d4 (diff) | |
download | lariza-86fbb28fdcb70733c426219a1b3bc44dc0a27e46.tar.gz |
Remove support for tabbed
Diffstat (limited to 'man1')
-rw-r--r-- | man1/lariza.1 | 14 | ||||
-rw-r--r-- | man1/lariza.usage.1 | 18 |
2 files changed, 3 insertions, 29 deletions
diff --git a/man1/lariza.1 b/man1/lariza.1 index 1d4bb04..b295066 100644 --- a/man1/lariza.1 +++ b/man1/lariza.1 @@ -1,13 +1,11 @@ -.TH lariza 1 "2020-03-11" "lariza" "User Commands" +.TH lariza 1 "2020-04-24" "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. @@ -117,5 +108,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). diff --git a/man1/lariza.usage.1 b/man1/lariza.usage.1 index 6c0af2c..7c00b6d 100644 --- a/man1/lariza.usage.1 +++ b/man1/lariza.usage.1 @@ -1,4 +1,4 @@ -.TH lariza 1 "2020-04-17" "lariza" "User Commands" +.TH lariza 1 "2020-04-24" "lariza" "User Commands" .\" -------------------------------------------------------------------- .SH NAME lariza.usage \- extended usage hints @@ -223,22 +223,6 @@ Note: This is NOT equal to certificate pinning. WebKit ignores user-specified certificates if the server's certificate can be validated by any system-wide CA. .\" -------------------------------------------------------------------- -.SH "USING LARIZA WITH TABBED" -By default, \fBlariza\fP automatically launches an instance of suckless' -\fBtabbed\fP(1). -.P -You can turn this feature off (see command line arguments) or you can -specify a command line argument to embed \fBlariza\fP into an arbitrary -container (XEMBED). Note that \fBlariza\fP will also automatically embed -new windows in the same container. -.P -When using the automatically launched \fBtabbed\fP(1) instance, you -can't use \fBtabbed\fP(1)'s \fBCtrl + Shift + Return\fP hotkey. This is -because \fBtabbed\fP(1) is launched with \fB\-d\fP, so it knows nothing -about \fBlariza\fP. However, \fBlariza\fP provides its own hotkey to -launch a new window which will be embedded in the same instance of -\fBtabbed\fP(1). -.\" -------------------------------------------------------------------- .SH "WEBKIT LOCAL STORAGE" WebKit does create files in your $\fBXDG_*\fP directories, i.e. \fI~/.local/share\fP or \fI~/.cache\fP. It's up to you what you want to |