aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-06-07 12:07:50 -0500
committerDevin J. Pohly <djpohly@gmail.com>2020-06-07 12:07:50 -0500
commitdf10c475ad021937ecf30291837efabb2de1136d (patch)
tree61c71a4c9b4cd83c098a79801d349156a66dd113 /README.md
parent14063d58bbe2a262cf39b875f89a20493fe86afa (diff)
Revert to @arp242's suggestion
because directory permissions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 92bfe19..9d63fe3 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ session manager such as `elogind` or `systemd-logind`. If your system doesn't
do this automatically, you will need to configure it prior to launching `dwl`,
e.g.:
- export XDG_RUNTIME_DIR=/run/user/$(id -u)
+ export XDG_RUNTIME_DIR=/tmp/xdg-runtime-$(id -u)
mkdir -p $XDG_RUNTIME_DIR