all repos — tint2 @ a2efc493b2b82f143f3811656bf3f3ec6020964d

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

Update readme
o9000 mrovi9000@gmail.com
commit

a2efc493b2b82f143f3811656bf3f3ec6020964d

parent

0d7dfc082d2f45ab1ec772e198ae29af00731cbb

1 files changed, 17 insertions(+), 0 deletions(-)

jump to
M README.mdREADME.md

@@ -1,3 +1,20 @@

+### New unstable release: 0.12-rc1 +Try it out with: +``` +mkdir tint2-0.12-rc1 +cd tint2-0.12-rc1 +wget 'https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=v0.12-rc1' --output-document tint2-0.12-rc1.tar.gz +tar -xzf tint2-0.12-rc1.tar.gz +cd tint2.git +mkdir build +cd build +cmake .. +make -j4 +./tint2 & +./src/tint2conf/tint2conf & +``` +Your feedback is much appreciated. + ### What is tint2? tint2 is a simple panel/taskbar made for modern X window managers. It was specifically made for Openbox but it should also work with other window managers (GNOME, KDE, XFCE etc.). It is based on ttm http://code.google.com/p/ttm/.