]> git.pld-linux.org Git - packages/WindowMaker.git/blame - WindowMaker.RunWM
- ups
[packages/WindowMaker.git] / WindowMaker.RunWM
CommitLineData
ccd0fb6f
JR
1#!/bin/sh
2#
3# RunWM - this is a script used to launch window manager
4#
5
8dac7f58 6if [ -x /usr/bin/wmaker ] ; then
0e3e0e2d 7 eval "exec /usr/bin/wmaker"
ccd0fb6f
JR
8else
9cat <<EOF
10 WARNING: You selected WindowMaker as your window manager, but your
11 installation of WindowMaker does not appear to be functional. Either
0e3e0e2d 12 /usr/bin/wmaker was not found or /usr/share/WindowMaker directory
ccd0fb6f
JR
13 is missing.
14EOF
15fi
This page took 0.088669 seconds and 4 git commands to generate.