From 472ad269cb1c29f014ce975bb9bd2edb9cee0844 Mon Sep 17 00:00:00 2001 From: Anjandev Momi Date: Sat, 24 Apr 2021 15:12:46 -0400 Subject: [PATCH] Log dwm to CACHEDIR not XDG_CACHE_HOME/sxmo It's the same directory but we might want to change CACHEDIR in the future --- scripts/core/sxmo_xinit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_xinit.sh b/scripts/core/sxmo_xinit.sh index 22b3ab8..ef91d20 100755 --- a/scripts/core/sxmo_xinit.sh +++ b/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" " }