Easy Chroot 0.3.1
[easy-deb-chroot] / fremantle / easy-deb-chroot / src / usr / bin / debwm
1 #!/bin/sh
2
3 # This script first attempts to raise an existing Debian WM,
4 # and if that fails, it will start a new Debian WM.
5
6 # Thanks again, rebhana!
7
8 fixkbdfocus "N/A Easy Debian"
9 if [ "$?" = 2 ] ; then
10   debian-lxde
11 fi