dwm/patch/include.h
2019-09-05 23:59:13 +02:00

23 lines
306 B
C

#if ALPHA_PATCH
#include "alpha.h"
#endif
#if SYSTRAY_PATCH
#include "systray.h"
#endif
#if TAGALLMON_PATCH
#include "tagallmon.h"
#endif
#if TAGSWAPMON_PATCH
#include "tagswapmon.h"
#endif
#if TOGGLEFULLSCREEN_PATCH
#include "togglefullscreen.h"
#endif
#if ZOOMSWAP_PATCH
#include "zoomswap.h"
#endif