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

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

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"