Always sleep 1s at startup to let the compositor start first

This commit is contained in:
o9000 2016-01-05 01:36:57 +01:00
parent 88e1d56a98
commit 5835eb6f57

View file

@ -1434,6 +1434,7 @@ void dnd_drop(XClientMessageEvent *e)
int main(int argc, char *argv[])
{
sleep(1);
start:
init(argc, argv);