From 5afaf12a999b1c0c153c8e3620321a23b5506674 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 14 Jun 2012 15:20:25 +0200 Subject: add some new files; misc changes Signed-off-by: Florian Pritz --- screen-locker.sh | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'screen-locker.sh') diff --git a/screen-locker.sh b/screen-locker.sh index d0eb820..efb3dbb 100755 --- a/screen-locker.sh +++ b/screen-locker.sh @@ -10,18 +10,20 @@ #---------------------------------------------------- lock () { - gajim-remote change_status away & - echo "command /away afk" | ssh mistral 'socat stdin unix-connect:.irssi/socket' - xset dpms 5 5 5 - slock +# gajim-remote change_status away & +# echo "command /away afk" | ssh mistral 'socat stdin unix-connect:.irssi/socket' + xset dpms 2 2 2 +# i3lock -n -t -i ~flo/backgrounds/lockscreen.png + slock } unlock () { xset dpms 0 0 0 - gajim-remote change_status online & - echo "command /away" | ssh mistral 'socat stdin unix-connect:.irssi/socket' +# gajim-remote change_status online & +# echo "command /away" | ssh mistral 'socat stdin unix-connect:.irssi/socket' } +#if pidof i3lock &> /dev/null; then exit 1; fi if pidof slock &> /dev/null; then exit 1; fi (lock && unlock) & -- cgit v1.2.3-24-g4f1b