summaryrefslogtreecommitdiffstats
path: root/suspend-resume.sh
blob: a2040752b065d4495c3863f6aed7d48d9cff9bab (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
#----------------------------------------------------
# Called by a suspend hook
#----------------------------------------------------
export DISPLAY=:0.0
xset r rate 250 50 &
source $HOME/bin/gpg-agent.sh
numlockx
#(sleep 10 && ossxmix -b) &
#(sleep 15 && ~/bin/irssi_notify.sh < /dev/null) &
#(sleep 5 && xmodmap ~/.xmodmaprc) &