all repos — tint2 @ 28bf0a437cf7fac0d4b13e4ce6c30f3704394a9b

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

Updated readme
o9000 mrovi9000@gmail.com
commit

28bf0a437cf7fac0d4b13e4ce6c30f3704394a9b

parent

c4fbc2962ee21db61b1721ad8c928f01c798058f

1 files changed, 3 insertions(+), 5 deletions(-)

jump to
M README.mdREADME.md

@@ -5,11 +5,9 @@ Documentation: https://gitlab.com/o9000/tint2/wikis/home

Try it out with (see also [dependencies](https://gitlab.com/o9000/tint2/wikis/Install#dependencies)): ``` -mkdir tint2-0.12 -cd tint2-0.12 -wget 'https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=v0.12' --output-document tint2-0.12.tar.gz -tar -xzf tint2-0.12.tar.gz -cd tint2.git +git clone https://gitlab.com/o9000/tint2.git +cd tint2 +git checkout tags/v0.12 mkdir build cd build cmake ..