Easy Chroot 0.3.1
[easy-deb-chroot] / fremantle / easy-deb-chroot / src / usr / bin / debwm
diff --git a/fremantle/easy-deb-chroot/src/usr/bin/debwm b/fremantle/easy-deb-chroot/src/usr/bin/debwm
new file mode 100755 (executable)
index 0000000..3ceadd0
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+# This script first attempts to raise an existing Debian WM,
+# and if that fails, it will start a new Debian WM.
+
+# Thanks again, rebhana!
+
+fixkbdfocus "N/A Easy Debian"
+if [ "$?" = 2 ] ; then
+  debian-lxde
+fi
\ No newline at end of file