mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 16:38:00 +00:00
Undo change
This commit is contained in:
parent
dfa2915ef0
commit
d573f3db4d
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ static int take_keyboard ( Window w )
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct timespec rsl = { 0, 50000L };
|
struct timespec rsl = { 0, 100000L };
|
||||||
nanosleep ( &rsl, NULL );
|
nanosleep ( &rsl, NULL );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue