#!/bin/bash
OPT="-wf"
if [ -e /tmp/nofull ] ; then
  echo "No fullscreen mode"
  OPT="-nf"
fi

/usr/share/juxlala/scripts/splash.sh ~/.idesktop/maus.png xterm -geometry 1x1+0+0 -e /usr/games/pysycache -nc $OPT 




