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
|
||||
running = strcmp(crypt(passwd, pws), pws);
|
||||
#endif
|
||||
if (running != 0)
|
||||
XBell(dpy, 100);
|
||||
len = 0;
|
||||
break;
|
||||
case XK_Escape:
|
||||
|
|
Loading…
Reference in New Issue