DSK, .xinitrc: Update, modify to adhere to breaking change

This commit is contained in:
Salt 2018-12-04 22:50:52 -06:00
parent 6a505742bd
commit 2ff60459f2
2 changed files with 2 additions and 2 deletions

2
.dsk

@ -1 +1 @@
Subproject commit 77f3a9a2d6cc848bc7aa83defa8580d18cd60c27
Subproject commit 8a4ce704a1cdac8ab3d11aabdabe7b2ff7f45eab

View File

@ -18,7 +18,7 @@ die() {
# Set up our session target
if [ -x "$HOME/.dsk/dsk-xinit" ]; then
export DSK_HOME="$HOME/.dsk"
export STARTUP="$DSK_HOME/dsk-xinit"
export STARTUP="$DSK_HOME/dsk"
fi
[ -z "$STARTUP" ] && die "No session target available"