]> git.pld-linux.org Git - packages/AfterStep.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:
    AfterStep.RunWM -> 1.1
    AfterStep.wm_style -> 1.1

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

diff --git a/AfterStep.RunWM b/AfterStep.RunWM
new file mode 100644 (file)
index 0000000..b786ad7
--- /dev/null
@@ -0,0 +1,17 @@
+#!/bin/sh
+#
+# RunWM - this is a script used to launch window manager
+#
+
+if [ -x /usr/X11R6/bin/afterstep ] ; then
+       mkdir -p $HOME/GNUstep/Library/AfterStep
+       wmconfig --output=afterstep --directories  2>/dev/null
+       # if this works, we stop here
+       eval "exec /usr/X11R6/bin/afterstep"
+else
+       cat <<EOF
+ WARNING: You selected AfterStep as your window manager, but your installation
+ of AfterStep does not appear to be functional. Either /usr/X11R6/bin/afterstep
+ was not found or /usr/share/afterstep directory is incomplete.
+EOF
+fi
diff --git a/AfterStep.wm_style b/AfterStep.wm_style
new file mode 100644 (file)
index 0000000..bbe0a8c
--- /dev/null
@@ -0,0 +1 @@
+afterstep
This page took 0.126297 seconds and 4 git commands to generate.