all repos — tint2 @ c3b60f1b4de1d23f371d9239f809d7936acbd7f8

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

Fixed README in CMakeLists.txt
o9000 mrovi9000@gmail.com
commit

c3b60f1b4de1d23f371d9239f809d7936acbd7f8

parent

193b3b5a81016251e7e78eedd6ac73b696a49ee3

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M CMakeLists.txtCMakeLists.txt

@@ -147,9 +147,9 @@

install( TARGETS tint2 DESTINATION bin ) install( FILES sample/tint2rc DESTINATION ${SYSCONFDIR}/xdg/tint2 ) install( FILES default_icon.png DESTINATION ${DATADIR}/tint2 ) -install( FILES AUTHORS ChangeLog README DESTINATION ${DOCDIR} ) +install( FILES AUTHORS ChangeLog README.md DESTINATION ${DOCDIR} ) install( FILES doc/tint2.1 DESTINATION ${MANDIR}/man1 ) if( ENABLE_EXAMPLES ) file( GLOB SAMPLEFILES sample/*.tint2rc ) install( FILES ${SAMPLEFILES} DESTINATION ${DOCDIR}/examples ) -endif( ENABLE_EXAMPLES ) +endif( ENABLE_EXAMPLES )