dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit df10c475ad021937ecf30291837efabb2de1136d
parent 14063d58bbe2a262cf39b875f89a20493fe86afa
Author: Devin J. Pohly <djpohly@gmail.com>
Date:   Sun,  7 Jun 2020 12:07:50 -0500

Revert to @arp242's suggestion

because directory permissions

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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