mirror of
https://github.com/amiwm/amiwm.git
synced 2026-03-24 01:24:15 +00:00
27 lines
386 B
Bash
27 lines
386 B
Bash
#!/bin/sh
|
|
|
|
if [ -z "$SESSIONTYPE" ]
|
|
then
|
|
export SESSIONTYPE="altDt"
|
|
fi
|
|
|
|
if [ -z "$DTSTARTIMS" ]
|
|
then
|
|
export DTSTARTIMS="False"
|
|
fi
|
|
|
|
if [ -z "$SDT_ALT_SESSION" ]
|
|
then
|
|
export SDT_ALT_SESSION="@AMIWM_HOME@/Xsession2"
|
|
fi
|
|
|
|
if [ -z "$SDT_ALT_HELLO" ]
|
|
then
|
|
export SDT_ALT_HELLO="/usr/dt/bin/dthello -string 'Starting the AmiWM Desktop' &"
|
|
fi
|
|
|
|
export SDT_NO_DSDM=""
|
|
|
|
|
|
/usr/dt/bin/Xsession
|