Revert "Log dwm to CACHEDIR not XDG_CACHE_HOME/sxmo"

This reverts commit 472ad269cb.

double quotes are annoying
This commit is contained in:
Anjandev Momi 2021-04-24 15:19:59 -04:00
parent 472ad269cb
commit b87be17a64

View file

@ -114,7 +114,7 @@ startdwm() {
exec dbus-run-session sh -c "
$0 daemonsneedingdbus;
. $0 customxinit;
dwm 2> "$CACHEDIR/dwm.log"
dwm 2> "$XDG_CACHE_HOME/sxmo/dwm.log"
"
}