From: Michael Stapelberg Date: Tue, 10 Mar 2009 08:46:17 +0000 (+0100) Subject: Remove that stupid XBell() which gets triggered falsely when resuming suspend to RAM X-Git-Tag: 3.a~43 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ae5814550cd888f59af9434ee66a267d1c960e54;p=i3%2Fi3 Remove that stupid XBell() which gets triggered falsely when resuming suspend to RAM --- diff --git a/i3lock/slock.c b/i3lock/slock.c index acc0db70..a7297169 100644 --- a/i3lock/slock.c +++ b/i3lock/slock.c @@ -148,8 +148,6 @@ main(int argc, char **argv) { #else running = strcmp(crypt(passwd, pws), pws); #endif - if (running != 0) - XBell(dpy, 100); len = 0; break; case XK_Escape: