all repos — tint2 @ f59702054deeb670cdac9c80b5456a56165f4f3f

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
11
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 do after the cmake step a 'cmake -L ../'