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