dwm/patch/include.c

95 lines
1.3 KiB
C
Raw Normal View History

/* Patches */
2019-09-05 00:32:39 +02:00
#if ALPHA_PATCH
#include "alpha.c"
#endif
#if ATTACHABOVE_PATCH || ATTACHASIDE_PATCH || ATTACHBELOW_PATCH || ATTACHBOTTOM_PATCH
#include "attachx.c"
#endif
2019-09-06 23:37:30 +02:00
#if AUTOSTART_PATCH
#include "autostart.c"
#endif
#if CFACTS_PATCH
#include "cfacts.c"
#endif
2019-09-07 22:27:06 +02:00
#if CYCLELAYOUTS_PATCH
#include "cyclelayouts.c"
#endif
2019-09-07 22:27:06 +02:00
2019-09-05 22:58:16 +02:00
#if PERTAG_PATCH
#include "pertag.c"
#endif
2019-09-07 22:42:01 +02:00
#if ROTATESTACK_PATCH
#include "rotatestack.c"
#endif
2019-09-05 22:10:00 +02:00
#if SYSTRAY_PATCH
#include "systray.c"
#endif
#if TAGALLMON_PATCH
#include "tagallmon.c"
#endif
#if TAGSWAPMON_PATCH
#include "tagswapmon.c"
#endif
2019-09-05 23:27:33 +02:00
#if TOGGLEFULLSCREEN_PATCH
#include "togglefullscreen.c"
#endif
#if VANITYGAPS_PATCH
#include "vanitygaps.c"
#endif
#if ZOOMSWAP_PATCH
#include "zoomswap.c"
2019-09-05 23:27:33 +02:00
#endif
/* Layouts */
#if BSTACK_LAYOUT
#include "bstack.c"
#endif
#if BSTACKHORIZ_LAYOUT
#include "bstackhoriz.c"
#endif
2019-09-09 18:00:02 +02:00
#if DECK_LAYOUT
#include "deck.c"
#endif
2019-09-09 18:50:05 +02:00
#if FIBONACCI_DWINDLE_LAYOUT || FIBONACCI_SPIRAL_LAYOUT
#include "fibonacci.c"
#endif
2019-09-09 19:11:31 +02:00
#if GAPPLESSGRID_LAYOUT
#include "gapplessgrid.c"
#endif
2019-09-09 19:31:16 +02:00
#if GRIDMODE_LAYOUT
#include "grid.c"
#endif
#if HORIZGRID_LAYOUT
#include "horizgrid.c"
#endif
#if MONOCLE_LAYOUT
#include "monocle.c"
#endif
2019-09-09 19:49:41 +02:00
#if NROWGRID_LAYOUT
#include "nrowgrid.c"
#endif
#if TILE_LAYOUT
#include "tile.c"
#endif