#!/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