diff options
author | Peter Hofmann <scm@uninformativ.de> | 2020-04-25 09:49:15 +0200 |
---|---|---|
committer | Peter Hofmann <scm@uninformativ.de> | 2020-04-25 09:49:15 +0200 |
commit | 675ebdcbebc2e068218c4fe67874af7aed02e573 (patch) | |
tree | 3cd99a8b6cf7fa462e7fdb7d3b56cd120eda570f /man1 | |
parent | fe194143ed6db650936baa3313bc1061a38049f5 (diff) | |
download | lariza-675ebdcbebc2e068218c4fe67874af7aed02e573.tar.gz |
Make tab width customizable
Diffstat (limited to 'man1')
-rw-r--r-- | man1/lariza.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man1/lariza.1 b/man1/lariza.1 index dc69965..0a7573e 100644 --- a/man1/lariza.1 +++ b/man1/lariza.1 @@ -70,6 +70,9 @@ the command line. Defaults to \fBabout:blank\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. |