Remove the sleep at startup since it has side effects and is a poor solution anyways
This commit is contained in:
@@ -1434,7 +1434,6 @@ void dnd_drop(XClientMessageEvent *e)
|
|||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
sleep(1);
|
|
||||||
start:
|
start:
|
||||||
init(argc, argv);
|
init(argc, argv);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user