]> git.pld-linux.org Git - packages/AfterStep.git/blob - AfterStep.RunWM
- updated to 1.8.4,
[packages/AfterStep.git] / AfterStep.RunWM
1 #!/bin/sh
2 #
3 # RunWM - this is a script used to launch window manager
4 #
5
6 if [ -x /usr/X11R6/bin/afterstep ] ; then
7         mkdir -p $HOME/GNUstep/Library/AfterStep
8         wmconfig --output=afterstep --directories  2>/dev/null
9         # if this works, we stop here
10         eval "exec /usr/X11R6/bin/afterstep"
11 else
12         cat <<EOF
13  WARNING: You selected AfterStep as your window manager, but your installation
14  of AfterStep does not appear to be functional. Either /usr/X11R6/bin/afterstep
15  was not found or /usr/share/afterstep directory is incomplete.
16 EOF
17 fi
This page took 0.072023 seconds and 3 git commands to generate.