diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |