mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
bindings: Fix double click delay
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
8a9633d19c
commit
14993a5a98
1 changed files with 1 additions and 1 deletions
|
@ -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 ) ) {
|
||||
|
|
Loading…
Reference in a new issue