summaryrefslogtreecommitdiff
path: root/slock/slock.c
diff options
context:
space:
mode:
authorauric <104602845+ihateamongus@users.noreply.github.com>2025-09-07 22:51:27 -0500
committerGitHub <noreply@github.com>2025-09-07 22:51:27 -0500
commitf37e068bf379ee688832c208312d46862e40c5ea (patch)
tree52f2894c784c83a352d0422b9656011f163934e4 /slock/slock.c
parent4cc1051aaacc1c50dcd7f533688d7657f1f12f97 (diff)
parent7993e7471ab97562eb24dd637952d2c8097f1168 (diff)
Merge branch 'master' into codex/customize-slock-with-dynamic-logo-and-blur
Diffstat (limited to 'slock/slock.c')
-rw-r--r--slock/slock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/slock/slock.c b/slock/slock.c
index 3a8ad9e..962cc1d 100644
--- a/slock/slock.c
+++ b/slock/slock.c
@@ -300,7 +300,7 @@ readpw(Display *dpy, struct xrandr *rr, struct lock **locks, int nscreens,
while (running) {
/* poll at ~60Hz so accent gradients appear smooth */
- if (poll(&pfd, 1, 16) > 0) {
+ if (poll(&pfd, 1, 5) > 0) {
while (XPending(dpy)) {
XNextEvent(dpy, &ev);
if (ev.type == KeyPress) {