summaryrefslogtreecommitdiffstats
path: root/suspend-resume.sh
blob: 3f05d93fe340f1cbea23eea946e8a70ef46170da (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
#----------------------------------------------------
# Called by a suspend hook
#----------------------------------------------------
export DISPLAY=:0.0
xset r rate 250 50 &
ossxmix -b &
~/bin/irssi_notify.sh < /dev/null &