JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added grid mode on Mod1Mask g
[dwm.git] / wm.c
diff --git a/wm.c b/wm.c
index f0069d2..02b9a68 100644 (file)
--- a/wm.c
+++ b/wm.c
@@ -175,6 +175,18 @@ cleanup()
        XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime);
 }
 
+void
+run(void *aux)
+{
+       spawn(dpy, aux);
+}
+
+void
+quit(void *aux)
+{
+       running = False;
+}
+
 int
 main(int argc, char *argv[])
 {