diff options
author | Peter Hofmann <scm@uninformativ.de> | 2020-04-25 09:18:37 +0200 |
---|---|---|
committer | Peter Hofmann <scm@uninformativ.de> | 2020-04-25 09:18:56 +0200 |
commit | fe194143ed6db650936baa3313bc1061a38049f5 (patch) | |
tree | 6dbb50f9132cd5ef55028fce5a4455552a164dd8 /man1 | |
parent | d60f720e89d44eca1d3be5ff0ea03465e3a9d4dc (diff) | |
download | lariza-fe194143ed6db650936baa3313bc1061a38049f5.tar.gz |
Make tab position customizable
Diffstat (limited to 'man1')
-rw-r--r-- | man1/lariza.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man1/lariza.1 b/man1/lariza.1 index b295066..dc69965 100644 --- a/man1/lariza.1 +++ b/man1/lariza.1 @@ -1,4 +1,4 @@ -.TH lariza 1 "2020-04-24" "lariza" "User Commands" +.TH lariza 1 "2020-04-25" "lariza" "User Commands" .\" -------------------------------------------------------------------- .SH NAME lariza \- simple web browser @@ -66,6 +66,10 @@ 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_USER_AGENT\fP \fBlariza\fP will identify itself with this string. Uses WebKit's default value if unset. |