#!/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 <