summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-12-25 23:41:14 +0100
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-12-25 23:41:20 +0100
commit14993a5a98a816de8a0e67368f3f4363980c0adc (patch)
tree3bbb06dc98bc6fa8055e3ff52308daa3c263f61f
parent8a9633d19c99ee1b1db8bb521a192c1eb0e55b9d (diff)
bindings: Fix double click delay
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
-rw-r--r--source/rofi.c2
1 files changed, 1 insertions, 1 deletions
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 ) ) {