]> git.phdru.name Git - dotfiles.git/blob - bin/mplay
Initial import
[dotfiles.git] / bin / mplay
1 #! /bin/sh
2
3 options="-ao pulse -quiet"
4
5 if [ "$DISPLAY" ]; then
6    (xscreensaver-command -exit
7    xset -dpms s off) &
8 fi
9
10 cgmem_nice 500 "`basename $0`"er $options "$@"
11
12 if [ "$DISPLAY" ]; then
13    cd "$HOME"
14    xset +dpms s on
15    xscreensaver &
16 fi