#!/bin/sh
if test `id -u` -eq 0 ; then
	kfmclient1 openURL $HOME
else
	konsole1  -vt_sz 80x12 -e kfmsu2
fi

