Remove that stupid XBell() which gets triggered falsely when resuming suspend to RAM
This commit is contained in:
parent
c025678177
commit
ae5814550c
|
@ -148,8 +148,6 @@ main(int argc, char **argv) {
|
||||||
#else
|
#else
|
||||||
running = strcmp(crypt(passwd, pws), pws);
|
running = strcmp(crypt(passwd, pws), pws);
|
||||||
#endif
|
#endif
|
||||||
if (running != 0)
|
|
||||||
XBell(dpy, 100);
|
|
||||||
len = 0;
|
len = 0;
|
||||||
break;
|
break;
|
||||||
case XK_Escape:
|
case XK_Escape:
|
||||||
|
|
Loading…
Reference in New Issue