]> git.pld-linux.org Git - packages/AfterStep.git/blame - AfterStep.RunWM
- updated to 1.8.4,
[packages/AfterStep.git] / AfterStep.RunWM
CommitLineData
df3ee00b
JR
1#!/bin/sh
2#
3# RunWM - this is a script used to launch window manager
4#
5
6if [ -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"
11else
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.
16EOF
17fi
This page took 0.048433 seconds and 4 git commands to generate.