aboutsummaryrefslogtreecommitdiff
path: root/.config/xblank/active
blob: b87c97e44b2c8f3aa94b13501b84dcc211b82802 (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