all repos — tint2 @ 690f30308fb252dc095fd3cb4a4a3d02408a9fd1

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