From df10c475ad021937ecf30291837efabb2de1136d Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Sun, 7 Jun 2020 12:07:50 -0500 Subject: [PATCH] Revert to @arp242's suggestion because directory permissions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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