diff options
| -rw-r--r-- | dmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -203,7 +203,7 @@ drawmenu(void) | |||
| 203 | static void | 203 | static void |
| 204 | grabkeyboard(void) | 204 | grabkeyboard(void) |
| 205 | { | 205 | { |
| 206 | struct timespec ts = { .tv_sec = 1, .tv_nsec = 0 }; | 206 | struct timespec ts = { .tv_sec = 0, .tv_nsec = 1000000 }; |
| 207 | int i; | 207 | int i; |
| 208 | 208 | ||
| 209 | /* try to grab keyboard, we may have to wait for another process to ungrab */ | 209 | /* try to grab keyboard, we may have to wait for another process to ungrab */ |
