mirror of
https://github.com/bakkeby/dwm-flexipatch
synced 2024-11-10 19:10:48 +00:00
36 lines
518 B
C
36 lines
518 B
C
#if ALPHA_PATCH
|
|
#include "alpha.c"
|
|
#endif
|
|
|
|
#if ATTACHABOVE_PATCH || ATTACHASIDE_PATCH || ATTACHBELOW_PATCH || ATTACHBOTTOM_PATCH
|
|
#include "attachx.c"
|
|
#endif
|
|
|
|
#if AUTOSTART_PATCH
|
|
#include "autostart.c"
|
|
#endif
|
|
|
|
#if PERTAG_PATCH
|
|
#include "pertag.c"
|
|
#endif
|
|
|
|
#if SYSTRAY_PATCH
|
|
#include "systray.c"
|
|
#endif
|
|
|
|
#if TAGALLMON_PATCH
|
|
#include "tagallmon.c"
|
|
#endif
|
|
|
|
#if TAGSWAPMON_PATCH
|
|
#include "tagswapmon.c"
|
|
#endif
|
|
|
|
#if TOGGLEFULLSCREEN_PATCH
|
|
#include "togglefullscreen.c"
|
|
#endif
|
|
|
|
#if ZOOMSWAP_PATCH
|
|
#include "zoomswap.c"
|
|
#endif
|