Magellan Linux

Contents of /alx-src/trunk/alxconfig-ng/bin/X-no-wm.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 224 - (show annotations) (download) (as text)
Tue Mar 8 23:03:37 2005 UTC (19 years, 1 month ago) by niro
File MIME type: application/x-sh
File size: 256 byte(s)
new

1 #!/bin/bash
2 #
3 # runs a single Xserver session owned by user station
4 #
5 # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/bin/X-no-wm.sh,v 1.1 2005-03-08 23:03:37 niro Exp $
6
7 su - station -c "source /etc/profile;/usr/X11R6/bin/xinit ~/.xinitrc" &> /dev/null