all repos — tint2 @ fb9da655dfb036ef37751f91fb6213e426f5ee22

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

src/init.h (raw)

1
2
3
4
5
6
7
#ifndef INIT_H
#define INIT_H

void init(int argc, char **argv);
void cleanup();

#endif