dwm/patch/include.h

239 lines
4.2 KiB
C
Raw Normal View History

/* 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
#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
#if CFACTS_PATCH
#include "cfacts.h"
#endif
#if CMDCUSTOMIZE_PATCH
2019-10-05 23:56:43 +02:00
#include "cmdcustomize.h"
#endif
2019-09-11 23:35:43 +02:00
#if COMBO_PATCH
#include "combo.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
2020-03-25 15:15:47 +01:00
#if DRAGCFACT_PATCH && CFACTS_PATCH
#include "dragcfact.h"
#endif
#if DRAGMFACT_PATCH
#include "dragmfact.h"
#endif
2020-05-02 14:43:44 +02:00
#if DWMBLOCKS_PATCH && STATUSCMD_PATCH
#include "dwmblocks.h"
#endif
2019-10-07 23:34:23 +02:00
#if DWMC_PATCH
#include "dwmc.h"
#elif FSIGNAL_PATCH
#include "fsignal.h"
2019-10-07 23:34:23 +02:00
#endif
2019-09-12 00:48:29 +02:00
#if EWMHTAGS_PATCH
#include "ewmhtags.h"
#endif
2019-10-24 08:47:00 +02:00
#if EXRESIZE_PATCH
#include "exresize.h"
#endif
#if !FAKEFULLSCREEN_PATCH && FAKEFULLSCREEN_CLIENT_PATCH
2019-11-21 12:15:16 +01:00
#include "fakefullscreenclient.h"
#endif
2019-10-02 23:57:25 +02:00
#if FOCUSADJACENTTAG_PATCH
#include "focusadjacenttag.h"
#endif
2019-10-03 00:10:08 +02:00
#if FOCUSURGENT_PATCH
#include "focusurgent.h"
#endif
#if FULLSCREEN_PATCH
#include "fullscreen.h"
#endif
#if HOLDBAR_PATCH
#include "holdbar.h"
#endif
2020-01-17 09:54:23 +01:00
#if INPLACEROTATE_PATCH
#include "inplacerotate.h"
#endif
2020-05-31 15:14:29 +02:00
#if KEYMODES_PATCH
#include "keymodes.h"
#endif
2019-10-05 22:55:46 +02:00
#if KILLUNSEL_PATCH
#include "killunsel.h"
#endif
2019-10-04 22:46:47 +02:00
#if MAXIMIZE_PATCH
#include "maximize.h"
#endif
2019-10-10 23:09:07 +02:00
#if MDPCONTROL_PATCH
#include "mdpcontrol.h"
#endif
2020-05-21 19:58:11 +02:00
#if MOVEPLACE_PATCH
#include "moveplace.h"
#endif
2020-05-21 18:55:47 +02:00
#if MOVERESIZE_PATCH
#include "moveresize.h"
#endif
2019-10-04 23:13:55 +02:00
#if MOVESTACK_PATCH
#include "movestack.h"
#endif
#if PERTAG_PATCH
#include "pertag.h"
#endif
2019-09-15 00:22:24 +02:00
#if PUSH_NO_MASTER_PATCH
#include "push_no_master.h"
#elif PUSH_PATCH
2019-09-14 00:36:18 +02:00
#include "push.h"
#endif
#if RESTARTSIG_PATCH
#include "restartsig.h"
#endif
2019-09-07 22:42:01 +02:00
#if ROTATESTACK_PATCH
#include "rotatestack.h"
#endif
2020-03-31 08:21:00 +02:00
#if ROUNDED_CORNERS_PATCH
#include "roundedcorners.h"
#endif
2019-10-10 23:33:04 +02:00
#if SCRATCHPAD_PATCH
#include "scratchpad.h"
#endif
#if SCRATCHPAD_ALT_1_PATCH
#include "scratchpad_alt_1.h"
#endif
2019-09-14 23:58:04 +02:00
#if SELFRESTART_PATCH
#include "selfrestart.h"
#endif
2019-09-14 23:28:04 +02:00
#if SETBORDERPX_PATCH
#include "setborderpx.h"
#endif
2020-01-29 14:22:24 +01:00
#if SHIFTVIEW_PATCH
#include "shiftview.h"
#endif
2020-05-03 16:09:05 +02:00
#if SHIFTVIEW_CLIENTS_PATCH
#include "shiftviewclients.h"
#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.h"
2019-10-16 08:28:00 +02:00
#endif // XINERAMA
2019-10-07 22:56:53 +02:00
#endif
#if STACKER_PATCH
#include "stacker.h"
#endif
2020-05-26 20:53:53 +02:00
#if STATUS2D_PATCH && !STATUSCOLORS_PATCH
#include "status2d.h"
#endif
2020-04-13 14:59:58 +02:00
#if STATUSCMD_PATCH
#include "statuscmd.h"
#endif
2019-09-15 00:43:35 +02:00
#if STICKY_PATCH
#include "sticky.h"
#endif
2019-09-05 22:10:00 +02:00
#if SYSTRAY_PATCH
#include "systray.h"
#endif
2019-10-22 19:08:00 +02:00
#if SWALLOW_PATCH
#include "swallow.h"
2020-01-29 08:31:00 +01:00
#endif
#if SWAPFOCUS_PATCH && PERTAG_PATCH
#include "swapfocus.h"
#endif
2020-02-11 08:27:00 +01:00
#if SWAPTAGS_PATCH
#include "swaptags.h"
#endif
2019-10-04 00:20:47 +02:00
#if SWITCHCOL_PATCH
#include "switchcol.h"
#endif
2019-10-04 23:56:00 +02:00
#if TAGALL_PATCH
#include "tagall.h"
#endif
#if TAGALLMON_PATCH
#include "tagallmon.h"
#endif
2019-10-05 23:28:50 +02:00
#if TAGGRID_PATCH
#include "taggrid.h"
#endif
#if TAGSWAPMON_PATCH
#include "tagswapmon.h"
#endif
2019-09-05 23:27:33 +02:00
#if TOGGLEFULLSCREEN_PATCH
#include "togglefullscreen.h"
#endif
2020-01-26 07:32:00 +01:00
#if TRANSFER_PATCH
#include "transfer.h"
#endif
2020-02-02 11:55:19 +01:00
#if TRANSFER_ALL_PATCH
#include "transferall.h"
#endif
#if UNFLOATVISIBLE_PATCH
#include "unfloatvisible.h"
#endif
#if VANITYGAPS_PATCH
#include "vanitygaps.h"
#endif
2020-02-11 18:31:11 +01:00
#if VTCOLORS_PATCH
#include "vtcolors.h"
#endif
2019-09-15 22:45:22 +02:00
#if WARP_PATCH
#include "warp.h"
#endif
2019-09-15 23:33:43 +02:00
#if WINVIEW_PATCH
#include "winview.h"
#endif
#if ZOOMSWAP_PATCH
#include "zoomswap.h"
#endif
2020-02-11 18:31:11 +01:00
#if XRDB_PATCH && !VTCOLORS_PATCH
2019-09-15 22:45:22 +02:00
#include "xrdb.h"
#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-10-08 22:57:21 +02:00
#if COLUMNS_LAYOUT
#include "columns.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
#if FLEXTILE_DELUXE_LAYOUT
#include "flextile-deluxe.h"
2019-09-09 22:25:19 +02:00
#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
#if MONOCLE_LAYOUT
#include "monocle.h"
#endif
2019-09-09 19:49:41 +02:00
#if NROWGRID_LAYOUT
#include "nrowgrid.h"
#endif
#if TILE_LAYOUT
#include "tile.h"
2020-01-29 08:31:00 +01:00
#endif