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