From 14993a5a98a816de8a0e67368f3f4363980c0adc Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Mon, 25 Dec 2017 23:41:14 +0100 Subject: bindings: Fix double click delay Signed-off-by: Quentin Glidic --- source/rofi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/rofi.c b/source/rofi.c index b1ff5936..55925702 100644 --- a/source/rofi.c +++ b/source/rofi.c @@ -820,7 +820,7 @@ int main ( int argc, char *argv[] ) TICK_N ( "Setup mainloop" ); - bindings = nk_bindings_new ( -1 ); + bindings = nk_bindings_new ( 0 ); TICK_N ( "NK Bindings" ); if ( !display_setup ( main_loop, bindings ) ) { -- cgit v1.2.3