Always sleep 1s at startup to let the compositor start first
This commit is contained in:
@@ -1434,6 +1434,7 @@ void dnd_drop(XClientMessageEvent *e)
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
sleep(1);
|
||||
start:
|
||||
init(argc, argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user