summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/etc/skel/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'configs/profile/root-image/etc/skel/.xinitrc')
-rw-r--r--configs/profile/root-image/etc/skel/.xinitrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/profile/root-image/etc/skel/.xinitrc b/configs/profile/root-image/etc/skel/.xinitrc
index ee22bef..b2cccac 100644
--- a/configs/profile/root-image/etc/skel/.xinitrc
+++ b/configs/profile/root-image/etc/skel/.xinitrc
@@ -37,9 +37,9 @@ fi
# start a destop environment
-if [ "${DESKTOP_SESSION}" == 'LXDE' ]
+if [ "${DESKTOP_SESSION}" == 'LXDE' ]
then exec startlxde
-if [ "${DESKTOP_SESSION}" == 'mate' ]
+elif [ "${DESKTOP_SESSION}" == 'mate' ]
then exec mate-session
else twm &
xclock -geometry 50x50-1+1 &