From 00449e8153f6a13c86d5a982654932ffd9848a5c Mon Sep 17 00:00:00 2001 From: Peter Hofmann Date: Mon, 19 Jan 2015 19:24:30 +0100 Subject: Change default download directory to /var/tmp Why? See #13. This commit closes #13. --- README | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index c716687..8ce095d 100644 --- a/README +++ b/README @@ -230,8 +230,13 @@ following environment variables: pressing the "reload" hotkey for each window. LARIZA_DOWNLOAD_DIR - All downloads are automatically stored in this directory. - Defaults to "/tmp". + All downloads are automatically stored in this directory. If you + want to stick to XDG directories, then you should configure your + "xdg-user-dirs" and use this: + + LARIZA_DOWNLOAD_DIR=$(xdg-user-dir DOWNLOAD) + + This variable defaults to "/var/tmp". LARIZA_FIFO_SUFFIX Cooperative instances are implemented using a named pipe in the -- cgit v1.2.3