]> git.pld-linux.org Git - packages/icewm.git/blame - IceWM.RunWM
- config dir back to /etc/X11,
[packages/icewm.git] / IceWM.RunWM
CommitLineData
0956678f 1#!/bin/sh
2#
3# RunWM - this is a script used to launch window manager
4#
5
6if [ -x /usr/X11R6/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/X11R6/bin/icewm"
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
16 /usr/X11R6/bin/icewm was not found.
17EOF
18fi
This page took 0.213019 seconds and 4 git commands to generate.