diff options
author | Peter Hofmann <scm@uninformativ.de> | 2014-06-28 09:51:37 +0200 |
---|---|---|
committer | Peter Hofmann <scm@uninformativ.de> | 2014-06-28 09:54:21 +0200 |
commit | 332a083e69c96be8cf1258f6fad751c3eefc550f (patch) | |
tree | 3a3e546d4a846a4c3eca409941c21ae651a3ea8d /README | |
parent | 3e9f92eaaa9daf8e5ce3e6652b0335f2be5be4e7 (diff) | |
download | lariza-332a083e69c96be8cf1258f6fad751c3eefc550f.tar.gz |
README fixes
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -219,7 +219,7 @@ following environment variables: file system. The name of this pipe usually is (at least on modern systems following XDG "standards"): - /var/run/$UID/lariza.fifo-$LARIZA_FIFO_SUFFIX + /var/run/user/$UID/lariza.fifo-$LARIZA_FIFO_SUFFIX $UID is the id of your user. $LARIZA_FIFO_SUFFIX defaults to "main". If you change this variable, you can launch several @@ -283,8 +283,8 @@ WebKit local storage WebKit does create files in your $XDG_* directories, i.e. ~/.local/share or ~/.cache. It's up to you what you want to do with this junk. I remove -it regularly if no WebKit browser is running. Another option would be to -change the $XDG_* variables. +it regularly when no WebKit browser is running. Another option would be +to change the $XDG_* variables. I have explicitly not turned off the local storage feature in WebKit because I don't know if this breaks web applications. |