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