all repos — tint2 @ 54708a6167c1fb97395319a1b6a4d835a8ab0049

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