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 7184c47..fde0016 100755
--- a/screen-locker.sh
+++ b/screen-locker.sh
@@ -14,13 +14,13 @@
lock () {
gajim-remote change_status away &
- ssh mistral 'python ~/irssi.py 1'
+ ssh mistral 'python ~/bin/irssi_socket_control.py 1'
slock
}
unlock () {
gajim-remote change_status online &
- ssh mistral 'python ~/irssi.py 0'
+ ssh mistral 'python ~/bin/irssi_socket_control.py 0'
}
(lock && unlock) &