summaryrefslogtreecommitdiffstats
path: root/suspend-resume.sh
diff options
context:
space:
mode:
Diffstat (limited to 'suspend-resume.sh')
-rwxr-xr-xsuspend-resume.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/suspend-resume.sh b/suspend-resume.sh
index 4560511..3f05d93 100755
--- a/suspend-resume.sh
+++ b/suspend-resume.sh
@@ -2,7 +2,8 @@
#----------------------------------------------------
# Called by a suspend hook
#----------------------------------------------------
+export DISPLAY=:0.0
xset r rate 250 50 &
ossxmix -b &
-irssi_notify.sh < /dev/null &
+~/bin/irssi_notify.sh < /dev/null &