]> git.pld-linux.org Git - packages/icewm.git/blob - IceWM.RunWM
- up to pre9
[packages/icewm.git] / IceWM.RunWM
1 #!/bin/sh
2 #
3 # RunWM - this is a script used to launch window manager
4 #
5
6 if [ -x /usr/bin/icewm ] ; then
7         if [ ! -d ~/.icewm ] ; then
8                 mkdir -p ~/.icewm
9                 install -m 644 /etc/X11/icewm/* ~/.icewm/
10         fi
11         eval "exec /usr/bin/icewm"
12 else
13 cat <<EOF
14  WARNING: You selected IceWM as your window manager, but your
15  installation of IceWM does not appear to be functional. Either
16  /usr/bin/icewm was not found.
17 EOF
18 fi
This page took 0.060226 seconds and 3 git commands to generate.