#!/bin/sh
#
# /etc/X11/ude/StartScript
#
# StartScript file for uwm (0.2.8.final)
# by Stephan Helma <sph@debian.org>
#
# This file uses certain `hooks' (files stored in /etc/X11/uwm/ or 
# ~/.ude/config/) to allow the system administrator and user to modify
# the programs which will be executed at uwm startup without having to
# change this file.
#
# Please read /usr/share/doc/ude/html/manual.html for more information.
#
# Hopefully, you will never have to modify this file.
#
# ATTENTION: This file may be overwritten when updating!
#

#
# Read in system and user start-scripts
#

if [ -x /etc/X11/ude/StartScript.hook ]; then
    source /etc/X11/ude/StartScript.hook
fi
if [ -x $HOME/.ude/config/StartScript.hook ]; then
    source $HOME/.ude/config/StartScript.hook
fi
