]> git.pld-linux.org Git - packages/icewm.git/blob - IceWM.RunWM
6b2d1dc4d8d2a012fcd3bd9346ba156c6e44df74
[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-session ] ; 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-session"
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-session was not found.
17 EOF
18 fi
This page took 0.020725 seconds and 2 git commands to generate.