From f8bbb5827efbe4d00447461cc47c37d691ae4184 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 18 Aug 2014 16:47:54 -0700 Subject: [PATCH] use twilio to sms when a bad password is entered. --- slock.c | 1 + 1 file changed, 1 insertion(+) diff --git a/slock.c b/slock.c index f12f95a..ba3b51a 100644 --- a/slock.c +++ b/slock.c @@ -156,6 +156,7 @@ readpw(Display *dpy, const char *pws) if(running) { XBell(dpy, 100); lock_tries++; + #include "twilio.c" #if SLOCK_SHUTDOWN if(lock_tries > 5) { // Needs sudo privileges for systemctl