slitaz-tools view tinyutils/startx @ rev 513

tazx: now backup old xorg config (Thanks Frederic Guilbault)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Oct 31 00:28:18 2010 +0200 (2010-10-31)
parents
children
line source
1 #!/bin/sh
2 #
3 # Start X session on SliTaz GNU/Linux.
4 #
6 if [ -f "$HOME/.xsession" ]; then
7 exec $HOME/.xsession
8 else
9 tazx
10 exec $HOME/.xsession
11 fi