all repos — tint2 @ adb784a85994b839c19ceb0189ceedde20ba6c28

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

sample/Makefile.am (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
rcdir = $(sysconfdir)/xdg/$(PACKAGE_NAME)

dist_rc_DATA = tint2rc

if INSTALL_EXAMPLES
examplesdir = $(docdir)/examples
dist_examples_DATA = default.tint2rc \
					 vertical_icon_only.tint2rc \
					 rounded_multi_desktop.tint2rc \
					 black_single_desktop.tint2rc \
					 horizontal_icon_only.tint2rc \
					 white_single_desktop.tint2rc
else
examplesdir =
dist_examples_DATA =
endif