aboutsummaryrefslogtreecommitdiff
path: root/.config/xblank/active
blob: a5ca0827ae936bbf1911ee36ca2f28187fdfdfba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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