all repos — tint2 @ 5835eb6f57927c9966babb77c8c8d34b59de9a45

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

Always sleep 1s at startup to let the compositor start first
o9000 mrovi9000@gmail.com
commit

5835eb6f57927c9966babb77c8c8d34b59de9a45

parent

88e1d56a98d09786704f977e2f943e1bcea851e8

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

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

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

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