diff options
| -rw-r--r-- | main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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);  | 
