summaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-01-26 17:39:52 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2024-01-26 17:39:52 -0500
commit12ae9ee25290f985f2d17119247137b5a1de3340 (patch)
treeafecce07b32363999142efde75e895000e9a0a07 /dwm.c
parent155416bcf5db0644313fcabca91b700a8622b35c (diff)
Implement movestack
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dwm.c b/dwm.c
index c902188..191fd19 100644
--- a/dwm.c
+++ b/dwm.c
@@ -283,6 +283,8 @@ static Visual *visual;
static int depth;
static Colormap cmap;
+#include "movestack.c"
+
/* configuration, allows nested code to access above variables */
#include "config.h"