slock with DPMS and other tweaks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove confusing DPMS comment

FRIGN on hackers@suckless.org:
What has been bugging me for quite a while is this DPMS comment that was added
there for no reason. Every sane mind would agree that fiddling with DPMS makes
no sense whatsoever. When I slock, my screen turns off after 10 minutes. So, if
I don't like that, I disable DPMS. If I do, I just fiddle around with my mouse a
bit and get the slock promt.

-4
-4
slock.c
··· 137 137 running = 1; 138 138 failure = 0; 139 139 140 - /* As "slock" stands for "Simple X display locker", the DPMS settings 141 - * had been removed and you can set it with "xset" or some other 142 - * utility. This way the user can easily set a customized DPMS 143 - * timeout. */ 144 140 while (running && !XNextEvent(dpy, &ev)) { 145 141 if (ev.type == KeyPress) { 146 142 explicit_bzero(&buf, sizeof(buf));