From 29a34083c9b495c49975e9b3d6bf9eae1cea1949 Mon Sep 17 00:00:00 2001 From: o9000 Date: Thu, 7 Jan 2016 12:11:09 +0100 Subject: [PATCH] Remove the sleep at startup since it has side effects and is a poor solution anyways --- src/tint.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tint.c b/src/tint.c index ff4b302..f78fb40 100644 --- a/src/tint.c +++ b/src/tint.c @@ -1434,7 +1434,6 @@ void dnd_drop(XClientMessageEvent *e) int main(int argc, char *argv[]) { - sleep(1); start: init(argc, argv);