Always sleep 1s at startup to let the compositor start first
This commit is contained in:
parent
88e1d56a98
commit
5835eb6f57
1 changed files with 1 additions and 0 deletions
|
@ -1434,6 +1434,7 @@ 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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue