summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
blob: cf4b9a4ba4428b5fc5ed078db53e5d1ded1b4893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
/* Patches */

#if ALPHA_PATCH
#include "alpha.h"
#endif

#if ALTERNATIVE_TAGS_PATCH
#include "alternativetags.h"
#endif

#if ATTACHABOVE_PATCH || ATTACHASIDE_PATCH || ATTACHBELOW_PATCH || ATTACHBOTTOM_PATCH
#include "attachx.h"
#endif

#if AUTOSTART_PATCH
#include "autostart.h"
#endif

#if AWESOMEBAR_PATCH
#include "awesomebar.h"
#endif

#if CFACTS_PATCH
#include "cfacts.h"
#endif

#if COMBO_PATCH
#include "combo.h"
#endif

#if CYCLELAYOUTS_PATCH
#include "cyclelayouts.h"
#endif

#if EWMHTAGS_PATCH
#include "ewmhtags.h"
#endif

#if PUSH_NO_MASTER_PATCH
#include "push_no_master.h"
#elif PUSH_PATCH
#include "push.h"
#endif

#if ROTATESTACK_PATCH
#include "rotatestack.h"
#endif

#if SELFRESTART_PATCH
#include "selfrestart.h"
#endif

#if SETBORDERPX_PATCH
#include "setborderpx.h"
#endif

#if STICKY_PATCH
#include "sticky.h"
#endif

#if SYSTRAY_PATCH
#include "systray.h"
#endif

#if TAGALLMON_PATCH
#include "tagallmon.h"
#endif

#if TAGSWAPMON_PATCH
#include "tagswapmon.h"
#endif

#if TOGGLEFULLSCREEN_PATCH
#include "togglefullscreen.h"
#endif

#if VANITYGAPS_PATCH
#include "vanitygaps.h"
#endif

#if WARP_PATCH
#include "warp.h"
#endif

#if WINVIEW_PATCH
#include "winview.h"
#endif

#if ZOOMSWAP_PATCH
#include "zoomswap.h"
#endif

#if XRDB_PATCH
#include "xrdb.h"
#endif

/* Layouts */

#if BSTACK_LAYOUT
#include "bstack.h"
#endif

#if BSTACKHORIZ_LAYOUT
#include "bstackhoriz.h"
#endif

#if CENTEREDMASTER_LAYOUT
#include "centeredmaster.h"
#endif

#if CENTEREDFLOATINGMASTER_LAYOUT
#include "centeredfloatingmaster.h"
#endif

#if DECK_LAYOUT
#include "deck.h"
#endif

#if FIBONACCI_DWINDLE_LAYOUT || FIBONACCI_SPIRAL_LAYOUT
#include "fibonacci.h"
#endif

#if FLEXTILE_LAYOUT
#include "flextile.h"
#endif

#if GAPPLESSGRID_LAYOUT
#include "gapplessgrid.h"
#endif

#if GRIDMODE_LAYOUT
#include "grid.h"
#endif

#if HORIZGRID_LAYOUT
#include "horizgrid.h"
#endif

#if MONOCLE_LAYOUT
#include "monocle.h"
#endif

#if NROWGRID_LAYOUT
#include "nrowgrid.h"
#endif

#if TILE_LAYOUT
#include "tile.h"
#endif