aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 9e5965b..bbbeb59 100644
--- a/main.c
+++ b/main.c
@@ -454,7 +454,7 @@ void run() {
while (1) {
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);