#!/bin/sh # o8o o8o . # `"' `"' .o8 # oooo ooo oooo ooo. .oo. oooo .o888oo oooo d8b .ooooo. # `88b..8P' `888 `888P"Y88b `888 888 `888""8P d88' `"Y8 # Y888' 888 888 888 888 888 888 888 # .o. .o8"'88b 888 888 888 888 888 . 888 888 .o8 # Y8P o88' 888o o888o o888o o888o o888o "888" d888b `Y8bod8P' # # This file adds the resouces specified in the .Xresources file and # starts execution of initial X11 clients. # # Tue Aug 22 16:36:39 MDT 2000 - hugger ## ## # explicitly set paths for xdm ## LD_LIBRARY_PATH=/usr/lib:/usr/openwin/lib:/usr/local/X11/lib:/usr/dt/lib:/usr/local/lib export LD_LIBRARY_PATH PATH=$HOME/bin:/bin:/etc:/usr/bin:/usr/ucb:/usr/sbin:/usr/etc:/usr/ccs/bin:/usr/local/bin:/usr/local/etc:/usr/local/mh/bin:/usr/local/gnu/bin:/usr/local/X11/bin:/usr/local/ssh/bin:/usr/local/metamail/bin:/usr/openwin/bin:. export PATH # Define local default directories XLIBHOME=/usr/local/X11/lib/X11 # Define locations for defaults userresources=$HOME/.Xdefaults # Use this file for cusomizations sysresources=$XLIBHOME/xinit/.Xresources # This is the system resources file # # NOTE: Do not use the .Xdefaults file if you wish to use OpenWindows. # OpenWindows will write over .Xdefaults, possibly deleting your # customizations. # # Merge in defaults if [ -f "$sysresources" ]; then xrdb -merge $sysresources fi if [ -f "$userresources" ]; then xrdb -merge $userresources fi ## # Setup the display ## xsetroot -solid black ## # Start up some X Clients ## dclock -geom 198x65-108-1 -date '%W, %m %d' & xterm -C -geom +1-128 -name `hostname` & # Start the window manager as the blocking process fvwm2