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