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