#!/bin/sh # Resume mpd if it was paused through an xblank script if [ -f "$XBLANK_STATESD/mpd" ] then rm -f -- "$XBLANK_STATESD/mpd" mpc play fi xset dpms force on