]> git.pld-linux.org Git - packages/e16.git/commitdiff
- xinitrc 3.0 xconfigs for window managers
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 29 Aug 2000 14:07:21 +0000 (14:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    enlightenment.RunWM -> 1.1
    enlightenment.wm_style -> 1.1

enlightenment.RunWM [new file with mode: 0644]
enlightenment.wm_style [new file with mode: 0644]

diff --git a/enlightenment.RunWM b/enlightenment.RunWM
new file mode 100644 (file)
index 0000000..3a95240
--- /dev/null
@@ -0,0 +1,15 @@
+#!/bin/sh
+#
+# RunWM - this is a script used to launch window manager
+#
+
+if [ -x /usr/X11R6/bin/enlightenment ] ; then
+       # if this works, we stop here
+       eval "exec /usr/X11R6/bin/enlightenment"
+else
+       cat <<EOF
+ WARNING: You selected Enlightenment as your window manager, but your installation
+ of AfterStep does not appear to be functional. Either /usr/X11R6/bin/enlightenment
+ was not found or /usr/share/enlightenment directory is incomplete.
+EOF
+fi
diff --git a/enlightenment.wm_style b/enlightenment.wm_style
new file mode 100644 (file)
index 0000000..f8116ea
--- /dev/null
@@ -0,0 +1,2 @@
+enlightenment
+e
This page took 0.077621 seconds and 4 git commands to generate.