all repos — tint2 @ 29a34083c9b495c49975e9b3d6bf9eae1cea1949

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Remove the sleep at startup since it has side effects and is a poor solution anyways
o9000 mrovi9000@gmail.com
commit

29a34083c9b495c49975e9b3d6bf9eae1cea1949

parent

b3127478d992c316c5baaa83c8da6c5ca36efeeb

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M src/tint.csrc/tint.c

@@ -1434,7 +1434,6 @@ }

int main(int argc, char *argv[]) { - sleep(1); start: init(argc, argv);