dwm/patch/include.h

71 lines
946 B
C
Raw Normal View History

/* Patches */
2019-09-05 00:32:39 +02:00
#if ALPHA_PATCH
#include "alpha.h"
#endif
#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
#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"
#endif
#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
#if VANITYGAPS_PATCH
#include "vanitygaps.h"
#endif
#if ZOOMSWAP_PATCH
#include "zoomswap.h"
#endif
/* Layouts */
#if BSTACK_LAYOUT
#include "bstack.h"
#endif
#if BSTACKHORIZ_LAYOUT
#include "bstackhoriz.h"
#endif
2019-09-09 18:00:02 +02:00
#if DECK_LAYOUT
#include "deck.h"
#endif
#if MONOCLE_LAYOUT
#include "monocle.h"
#endif
#if TILE_LAYOUT
#include "tile.h"
2019-09-05 23:27:33 +02:00
#endif