aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index d54cda5..80d69b6 100644
--- a/main.c
+++ b/main.c
@@ -485,7 +485,7 @@ void run() {
continue;
} else if (timeout) {
t.tv_sec = 0;
- t.tv_usec = 250;
+ t.tv_usec = 75000;
xfd = ConnectionNumber(win.env.dpy);
FD_ZERO(&fds);
FD_SET(xfd, &fds);