summaryrefslogtreecommitdiffstats
path: root/screen-locker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'screen-locker.sh')
-rwxr-xr-xscreen-locker.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/screen-locker.sh b/screen-locker.sh
index fde0016..3c1c9f8 100755
--- a/screen-locker.sh
+++ b/screen-locker.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#----------------------------------------------------
-# Version: 0.1.0
+# Version: 0.1.1
# Author: Florian "Bluewind" Pritz <f-p@gmx.at>
#
# Copyright (C) 2008-2009 Florian Pritz
@@ -15,6 +15,7 @@
lock () {
gajim-remote change_status away &
ssh mistral 'python ~/bin/irssi_socket_control.py 1'
+ (sleep 0.5 && swarp 0 0) &
slock
}
@@ -24,4 +25,3 @@ unlock () {
}
(lock && unlock) &
-(sleep 0.5 && swarp 0 0) &