Introduction
Introduction Statistics Contact Development Disclaimer Help
s/d// - slock - simple X display locker utility
git clone git://git.suckless.org/slock
Log
Files
Refs
README
LICENSE
---
commit c0fdcb8afc42cc568b852bd34fdfd66716cf13ec
parent cc36050e44faa01b2783640ffb2323329d15f97d
Author: Anselm R Garbe <[email protected]>
Date: Wed, 9 Apr 2008 23:42:50 +0100
s/d//
Diffstat:
M slock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/slock.c b/slock.c
@@ -126,7 +126,7 @@ main(int argc, char **argv) {
/* main event loop */
while(running && !XNextEvent(dpy, &ev)) {
if(len == 0 && DPMSCapable(dpy)) {
- DPMSEnabled(dpy);
+ DPMSEnable(dpy);
DPMSForceLevel(dpy, DPMSModeOff);
}
if(ev.type == KeyPress) {
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.