diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2020-06-07 12:07:50 -0500 |
---|---|---|
committer | Devin J. Pohly <djpohly@gmail.com> | 2020-06-07 12:07:50 -0500 |
commit | df10c475ad021937ecf30291837efabb2de1136d (patch) | |
tree | 61c71a4c9b4cd83c098a79801d349156a66dd113 | |
parent | 14063d58bbe2a262cf39b875f89a20493fe86afa (diff) |
Revert to @arp242's suggestion
because directory permissions
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |