diff options
Diffstat (limited to 'man1')
-rw-r--r-- | man1/lariza.1 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/man1/lariza.1 b/man1/lariza.1 index 3b169d1..b40c24b 100644 --- a/man1/lariza.1 +++ b/man1/lariza.1 @@ -35,9 +35,14 @@ In HTTP requests, WebKit sets the header to this value. Defaults to .Sy en-US . .It Sy LARIZA_DOWNLOAD_DIR -All downloads are automatically stored in this directory. This variable defaults -to -.Pa /var/tmp . +All downloads are automatically stored in this directory. If this variable, +doesn't exist, +.Nm +will try to form a directory using the +.Ev XDG_DOWNLOAD_DIR +specification, and fallback to +.Pa /var/tmp +if it fails. .It Sy LARIZA_ENABLE_CONSOLE_TO_STDOUT Enable writing WebKit console messages to stdout. .It Sy LARIZA_FIFO_SUFFIX |