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

