#!/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 # Resume dunst pkill -USR2 -x dunst # Force monitors on xset dpms force on