all repos — tint2 @ 7162c5dea18cf5e513e6b5fa4288f8ba0e9e51f3

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

INSTALL.txt (raw)

1
2
3
4
5
6
7
8
9
10
To build and install tint2 you need CMake.
These steps should be enough for building tint2:

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ../
make
sudo make install

To see additional options you can set at the 'cmake' step, run 'cmake -L ../'