summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ) ) {