Log dwm to CACHEDIR not XDG_CACHE_HOME/sxmo

It's the same directory but we might want to change CACHEDIR in the
future
This commit is contained in:
Anjandev Momi 2021-04-24 15:12:46 -04:00
parent 355f68652e
commit 472ad269cb

View file

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