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