Always sleep 1s at startup to let the compositor start first
o9000 mrovi9000@gmail.com
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/tint.c
→
src/tint.c
@@ -1434,6 +1434,7 @@ }
int main(int argc, char *argv[]) { + sleep(1); start: init(argc, argv);