all repos — tint2 @ 698f253f968f7ae2bf0a9101ccae476d16c3195e

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

src/tint2conf/Makefile.am (raw)

1
2
3
4
5
6
7
8
if ENABLE_TINT2CONF
bin_PROGRAMS = tint2conf
tint2conf_SOURCES = main.c ../util/common.c
INCLUDES = -I../util

AM_CFLAGS += @TINT2CONF_CFLAGS@
LIBS += @TINT2CONF_LIBS@
endif