diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-29 00:42:23 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-29 00:42:23 +0300 |
commit | b402bac6f49519770f84d3667012cfd636c910a9 (patch) | |
tree | 3717d8f6ae4a9874c89f1231d122f5e2f25c18bb /man1 | |
parent | 061c9b553bb2742682ea9b15dfe5a8f98ef90500 (diff) | |
download | lariza-b402bac6f49519770f84d3667012cfd636c910a9.tar.gz |
grab_environment_configuration(): complexify download directory :)
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 |