]> git.pld-linux.org Git - packages/e16.git/blame - enlightenment.RunWM
- adapterized.
[packages/e16.git] / enlightenment.RunWM
CommitLineData
0bb0fe5e
JR
1#!/bin/sh
2#
3# RunWM - this is a script used to launch window manager
4#
5
6if [ -x /usr/X11R6/bin/enlightenment ] ; then
7 # if this works, we stop here
8 eval "exec /usr/X11R6/bin/enlightenment"
9else
10 cat <<EOF
11 WARNING: You selected Enlightenment as your window manager, but your installation
12 of AfterStep does not appear to be functional. Either /usr/X11R6/bin/enlightenment
13 was not found or /usr/share/enlightenment directory is incomplete.
14EOF
15fi
This page took 0.069211 seconds and 4 git commands to generate.