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:
parent
355f68652e
commit
472ad269cb
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ startdwm() {
|
||||||
exec dbus-run-session sh -c "
|
exec dbus-run-session sh -c "
|
||||||
$0 daemonsneedingdbus;
|
$0 daemonsneedingdbus;
|
||||||
. $0 customxinit;
|
. $0 customxinit;
|
||||||
dwm 2> "$XDG_CACHE_HOME/sxmo/dwm.log"
|
dwm 2> "$CACHEDIR/dwm.log"
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue