#!/bin/ksh if [ -d /fs/files/misc/fonts/ttf-sun ]; then xset fp+ /fs/files/misc/fonts/ttf-sun fi if [ -f "$HOME/.Xdefaults" ]; then xrdb -load "$HOME/.Xdefaults" fi cat $HOME/local-x/xresources/* | xrdb -merge "$1" & if [ -f "$HOME/local-x/x-all.sh" ]; then "$HOME/local-x/x-all.sh" fi if [ -f "$HOME/local-x/x-$1.sh" ]; then "$HOME/local-x/x-$1.sh" fi if [ -f "$HOME/local-x/xhosts" ]; then for each in `cat "$HOME/local-x/xhosts"`; do xhost +$each done fi #xmodmaprc wait