diff options
author | Florian Pritz <f-p@gmx.at> | 2009-03-04 18:08:15 +0100 |
---|---|---|
committer | Florian Pritz <f-p@gmx.at> | 2009-03-04 18:08:15 +0100 |
commit | 133b3943d1d9d7473ec9cc7a21be637c4c641477 (patch) | |
tree | 41a4e7936c8012de6397f683dd389fcad43dcbf2 | |
parent | 220923ba24622d4b00846a485511745a3199b5b7 (diff) | |
download | bin-133b3943d1d9d7473ec9cc7a21be637c4c641477.tar.gz bin-133b3943d1d9d7473ec9cc7a21be637c4c641477.tar.xz |
irssi auto afk uses new script
-rwxr-xr-x | screen-locker.sh | 4 |
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) & |