#! /bin/sh options="-ao pulse -quiet" if [ "$DISPLAY" ]; then (xscreensaver-command -exit xset -dpms s off) & fi cgmem_nice 500 "`basename $0`"er $options "$@" if [ "$DISPLAY" ]; then cd "$HOME" xset +dpms s on xscreensaver & fi