diff --git a/AUTHORS b/AUTHORS index e7b03d9..00534b2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -35,6 +35,7 @@ Contributors: heisenbug (https://gitlab.com/heisenbugh) : taskbar button tinting with icon color Fabian Carlström : taskbar sort order by app name Chris Billington (https://gitlab.com/chrisjbillington) : panel struts pivoting + Arash Rohani : helped with execp refresh Translations: Bosnian: diff --git a/CMakeLists.txt b/CMakeLists.txt index cf35b06..3d1841f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -290,6 +290,7 @@ add_executable(tint2-send src/tint2-send/tint2-send.c) target_link_libraries(tint2-send ${X11_LIBRARIES}) install( TARGETS tint2 DESTINATION bin ) +install( TARGETS tint2-send DESTINATION bin ) install( FILES tint2.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps ) install( FILES tint2.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications ) install( FILES themes/tint2rc DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/xdg/tint2 ) diff --git a/doc/manual.html b/doc/manual.html index bc493c8..8e56c66 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -595,6 +595,7 @@ panel_size = 94% 30

Executor