diff options
author | Peter Hofmann <scm@uninformativ.de> | 2017-02-04 17:48:40 +0100 |
---|---|---|
committer | Peter Hofmann <scm@uninformativ.de> | 2017-02-04 17:48:40 +0100 |
commit | 2417f006e917286c244a0483a05e7e21597ec1bf (patch) | |
tree | ceb078df6808b1cf6be7dee2bbca0c9b6e1eedaa /man1 | |
parent | 25690854369a6bdf8e5f01da406fd350009ec135 (diff) | |
download | lariza-2417f006e917286c244a0483a05e7e21597ec1bf.tar.gz |
Optionally write each URI to $LARIZA_HISTORY_FILE
Diffstat (limited to 'man1')
-rw-r--r-- | man1/lariza.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man1/lariza.1 b/man1/lariza.1 index 7db3a5e..666af3e 100644 --- a/man1/lariza.1 +++ b/man1/lariza.1 @@ -73,6 +73,11 @@ $\fBUID\fP is the id of your user. $\fBLARIZA_FIFO_SUFFIX\fP defaults to \fBmain\fP. If you change this variable, you can launch several independent cooperative instances of \fBlariza\fP. .TP +\fBLARIZA_HISTORY_FILE\fP +If set, \fBlariza\fP will write each visited URI to that file. This path +can point to a named pipe, but be aware that the browser will block +until a reader at the other end of the pipe has read all pending data. +.TP \fBLARIZA_HOME_URI\fP This URI will be opened by pressing the appropriate hotkeys (\(lqhomepage\(rq or \(lqnew window\(rq) and if no URIs are specified on |