Log dwm to CACHEDIR not XDG_CACHE_HOME/sxmo

It's the same directory but we might want to change CACHEDIR in the
future
master
Anjandev Momi 3 years ago
parent 355f68652e
commit 472ad269cb
  1. 2
      scripts/core/sxmo_xinit.sh

@ -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"
"
}

Loading…
Cancel
Save