summaryrefslogtreecommitdiffstats
path: root/sesman/startwm.sh
blob: 2b19ba4543f1eb37e881f4d3245b7369e4bf8306 (plain)
1
2
3
4
5
6
7
#!/bin/sh
if [ -r /etc/default/locale ]; then
  . /etc/default/locale
  export LANG LANGUAGE
fi
. /etc/X11/Xsession