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

# Use slower speeds in Transmission
transmission-remote localhost --alt-speed

# Resume dunst
pkill -USR2 -x dunst

# Force monitors on
xset dpms force on