dwm/patch/include.c

171 lines
2.9 KiB
C
Raw Normal View History

/* Patches */
2019-09-05 00:32:39 +02:00
#if ALPHA_PATCH
#include "alpha.c"
#endif
2019-09-09 23:27:10 +02:00
#if ALTERNATIVE_TAGS_PATCH
#include "alternativetags.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
2019-09-10 00:18:46 +02:00
#if AWESOMEBAR_PATCH
#include "awesomebar.c"
#endif
#if CFACTS_PATCH
#include "cfacts.c"
#endif
2019-10-05 23:56:43 +02:00
#if CMDCUSTOMIZE
#include "cmdcustomize.c"
#endif
2019-09-11 23:35:43 +02:00
#if COMBO_PATCH
#include "combo.c"
#endif
2019-09-07 22:27:06 +02:00
#if CYCLELAYOUTS_PATCH
#include "cyclelayouts.c"
#endif
2019-10-07 23:34:23 +02:00
#if DWMC_PATCH
#include "dwmc.c"
#endif
2019-09-12 00:48:29 +02:00
#if EWMHTAGS_PATCH
#include "ewmhtags.c"
#endif
2019-10-02 23:57:25 +02:00
#if FOCUSADJACENTTAG_PATCH
#include "focusadjacenttag.c"
#endif
2019-10-03 00:10:08 +02:00
#if FOCUSURGENT_PATCH
#include "focusurgent.c"
#endif
#if FULLSCREEN_PATCH
#include "fullscreen.c"
#endif
#if HOLDBAR_PATCH
#include "holdbar.c"
#endif
2019-10-05 22:55:46 +02:00
#if KILLUNSEL_PATCH
#include "killunsel.c"
#endif
2019-10-04 22:46:47 +02:00
#if MAXIMIZE_PATCH
#include "maximize.c"
#endif
2019-10-10 23:09:07 +02:00
#if MDPCONTROL_PATCH
#include "mdpcontrol.c"
#endif
2019-10-04 23:13:55 +02:00
#if MOVESTACK_PATCH
#include "movestack.c"
#endif
2019-09-05 22:58:16 +02:00
#if PERTAG_PATCH
#include "pertag.c"
#endif
2019-09-15 00:22:24 +02:00
#if PUSH_NO_MASTER_PATCH
#include "push_no_master.c"
#elif PUSH_PATCH
2019-09-14 00:36:18 +02:00
#include "push.c"
#endif
#if RESTARTSIG_PATCH
#include "restartsig.c"
#endif
2019-09-07 22:42:01 +02:00
#if ROTATESTACK_PATCH
#include "rotatestack.c"
#endif
2019-10-10 23:33:04 +02:00
#if SCRATCHPAD_PATCH
#include "scratchpad.c"
#endif
2019-09-14 23:58:04 +02:00
#if SELFRESTART_PATCH
#include "selfrestart.c"
#endif
2019-09-14 23:28:04 +02:00
#if SETBORDERPX_PATCH
#include "setborderpx.c"
#endif
2019-10-07 22:56:53 +02:00
#if SORTSCREENS_PATCH
2019-10-16 08:28:00 +02:00
#ifdef XINERAMA
2019-10-07 22:56:53 +02:00
#include "sortscreens.c"
2019-10-16 08:28:00 +02:00
#endif // XINERAMA
2019-10-07 22:56:53 +02:00
#endif
2019-09-15 00:43:35 +02:00
#if STICKY_PATCH
#include "sticky.c"
#endif
2019-09-05 22:10:00 +02:00
#if SYSTRAY_PATCH
#include "systray.c"
#endif
2019-10-04 00:20:47 +02:00
#if SWITCHCOL_PATCH
#include "switchcol.c"
#endif
2019-10-04 23:56:00 +02:00
#if TAGALL_PATCH
#include "tagall.c"
#endif
#if TAGALLMON_PATCH
#include "tagallmon.c"
#endif
2019-10-05 23:28:50 +02:00
#if TAGGRID_PATCH
#include "taggrid.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 UNFLOATVISIBLE_PATCH
#include "unfloatvisible.c"
#endif
#if VANITYGAPS_PATCH
#include "vanitygaps.c"
#endif
2019-09-15 00:43:35 +02:00
#if WARP_PATCH
#include "warp.c"
#endif
2019-09-15 23:33:43 +02:00
#if WINVIEW_PATCH
#include "winview.c"
#endif
#if ZOOMSWAP_PATCH
#include "zoomswap.c"
2019-09-05 23:27:33 +02:00
#endif
2019-09-15 22:45:22 +02:00
#if XRDB_PATCH
#include "xrdb.c"
#endif
/* Layouts */
#if BSTACK_LAYOUT
#include "bstack.c"
#endif
#if BSTACKHORIZ_LAYOUT
#include "bstackhoriz.c"
#endif
2019-09-09 21:35:19 +02:00
#if CENTEREDMASTER_LAYOUT
#include "centeredmaster.c"
#endif
#if CENTEREDFLOATINGMASTER_LAYOUT
#include "centeredfloatingmaster.c"
#endif
2019-10-08 22:57:21 +02:00
#if COLUMNS_LAYOUT
#include "columns.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
#if FLEXTILE_DELUXE_LAYOUT
#include "flextile-deluxe.c"
2019-09-09 22:25:19 +02:00
#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