Fix = to == in screenlock
This commit is contained in:
parent
91c77cec6c
commit
a24d966b7e
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ readinputloop(Display *dpy, int screen) {
|
|||
case XF86XK_AudioLowerVolume:
|
||||
if (state == StateNoInput) state = StateNoInputNoScreen;
|
||||
else if (state == StateNoInputNoScreen) state = StateNoInput;
|
||||
else if (state = StateSuspendPending && suspendpendingsceenon) state = StateNoInputNoScreen;
|
||||
else if (state == StateSuspendPending && suspendpendingsceenon) state = StateNoInputNoScreen;
|
||||
else state = StateNoInput;
|
||||
break;
|
||||
case XF86XK_PowerOff:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue