X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=wm.c;h=02b9a68a9de652bc2c8236b540cbfb0e4789fa24;hb=2e836ecce1ba0629a6088b739c1092d27fccd72b;hp=f0069d249a8f639fa156e96aef76fa6dcff20ae5;hpb=dfd84f9bf3b9d949412a73bc62a43109b340d395;p=dwm.git diff --git a/wm.c b/wm.c index f0069d2..02b9a68 100644 --- 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[]) {