all repos — tint2 @ eb0346e02a4d5521cd1245a01adf5811573db2b0

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 ../'