dwm-flexipatch/patch/include.c

184 lines
3.2 KiB
C
Raw Normal View History

/* 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
#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
#if CFACTS_PATCH
#include "cfacts.c"
#endif
#if CMDCUSTOMIZE_PATCH
2019-10-05 21:56:43 +00:00
#include "cmdcustomize.c"
#endif
2019-09-11 21:35:43 +00:00
#if COMBO_PATCH
#include "combo.c"
#endif
2019-09-07 20:27:06 +00:00
#if CYCLELAYOUTS_PATCH
#include "cyclelayouts.c"
#endif
2019-10-07 21:34:23 +00:00
#if DWMC_PATCH
#include "dwmc.c"
#endif
2019-09-11 22:48:29 +00:00
#if EWMHTAGS_PATCH
#include "ewmhtags.c"
#endif
2020-01-17 08:54:23 +00:00
#if EXRESIZE_PATCH
#include "exresize.c"
#endif
2019-11-21 11:15:16 +00:00
#if FAKEFULLSCREEN_CLIENT_PATCH
#include "fakefullscreenclient.c"
#endif
2019-10-02 21:57:25 +00:00
#if FOCUSADJACENTTAG_PATCH
#include "focusadjacenttag.c"
#endif
2019-10-02 22:10:08 +00:00
#if FOCUSURGENT_PATCH
#include "focusurgent.c"
#endif
#if FULLSCREEN_PATCH
#include "fullscreen.c"
#endif
#if HOLDBAR_PATCH
#include "holdbar.c"
#endif
2020-01-17 08:54:23 +00:00
#if INPLACEROTATE_PATCH
#include "inplacerotate.c"
2019-10-24 06:47:00 +00:00
#endif
2019-10-05 20:55:46 +00:00
#if KILLUNSEL_PATCH
#include "killunsel.c"
#endif
2019-10-04 20:46:47 +00:00
#if MAXIMIZE_PATCH
#include "maximize.c"
#endif
2019-10-10 21:09:07 +00:00
#if MDPCONTROL_PATCH
#include "mdpcontrol.c"
#endif
2019-10-04 21:13:55 +00:00
#if MOVESTACK_PATCH
#include "movestack.c"
#endif
2019-09-05 20:58:16 +00:00
#if PERTAG_PATCH
#include "pertag.c"
#endif
2019-09-14 22:22:24 +00:00
#if PUSH_NO_MASTER_PATCH
#include "push_no_master.c"
#elif PUSH_PATCH
2019-09-13 22:36:18 +00:00
#include "push.c"
#endif
#if RESTARTSIG_PATCH
#include "restartsig.c"
#endif
2019-09-07 20:42:01 +00:00
#if ROTATESTACK_PATCH
#include "rotatestack.c"
#endif
2019-10-10 21:33:04 +00:00
#if SCRATCHPAD_PATCH
#include "scratchpad.c"
#endif
2019-09-14 21:58:04 +00:00
#if SELFRESTART_PATCH
#include "selfrestart.c"
#endif
2019-09-14 21:28:04 +00:00
#if SETBORDERPX_PATCH
#include "setborderpx.c"
#endif
2019-10-07 20:56:53 +00:00
#if SORTSCREENS_PATCH
2019-10-16 06:28:00 +00:00
#ifdef XINERAMA
2019-10-07 20:56:53 +00:00
#include "sortscreens.c"
2019-10-16 06:28:00 +00:00
#endif // XINERAMA
2019-10-07 20:56:53 +00:00
#endif
2019-09-14 22:43:35 +00:00
#if STICKY_PATCH
#include "sticky.c"
#endif
2019-09-05 20:10:00 +00:00
#if SYSTRAY_PATCH
#include "systray.c"
#endif
2019-10-22 17:08:00 +00:00
#if SWALLOW_PATCH
#include "swallow.c"
#endif // SWALLOW_PATCH
2019-10-03 22:20:47 +00:00
#if SWITCHCOL_PATCH
#include "switchcol.c"
#endif
2019-10-04 21:56:00 +00:00
#if TAGALL_PATCH
#include "tagall.c"
#endif
#if TAGALLMON_PATCH
#include "tagallmon.c"
#endif
2019-10-05 21:28:50 +00:00
#if TAGGRID_PATCH
#include "taggrid.c"
#endif
#if TAGSWAPMON_PATCH
#include "tagswapmon.c"
#endif
2019-09-05 21:27:33 +00:00
#if TOGGLEFULLSCREEN_PATCH
#include "togglefullscreen.c"
#endif
#if UNFLOATVISIBLE_PATCH
#include "unfloatvisible.c"
#endif
#if VANITYGAPS_PATCH
#include "vanitygaps.c"
#endif
2019-09-14 22:43:35 +00:00
#if WARP_PATCH
#include "warp.c"
#endif
2019-09-15 21:33:43 +00:00
#if WINVIEW_PATCH
#include "winview.c"
#endif
#if ZOOMSWAP_PATCH
#include "zoomswap.c"
2019-09-05 21:27:33 +00:00
#endif
2019-09-15 20:45:22 +00: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 19:35:19 +00:00
#if CENTEREDMASTER_LAYOUT
#include "centeredmaster.c"
#endif
#if CENTEREDFLOATINGMASTER_LAYOUT
#include "centeredfloatingmaster.c"
#endif
2019-10-08 20:57:21 +00:00
#if COLUMNS_LAYOUT
#include "columns.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
#if FLEXTILE_DELUXE_LAYOUT
#include "flextile-deluxe.c"
2019-09-09 20:25:19 +00:00
#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
#if MONOCLE_LAYOUT
#include "monocle.c"
#endif
2019-09-09 17:49:41 +00:00
#if NROWGRID_LAYOUT
#include "nrowgrid.c"
#endif
#if TILE_LAYOUT
#include "tile.c"
#endif