]> git.phdru.name Git - dotfiles.git/blob - bin/mplay
698586646d4b278079b0730d8142bb4313dc6e85
[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 1000 mpv $options "$@"
11
12 if [ -n "$DISPLAY" ]; then
13    cd "$HOME"
14    xset +dpms s on
15    xscreensaver &
16 fi