X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/dfd84f9bf3b9d949412a73bc62a43109b340d395..6db5ffb6c9a9c0db5c425c64a96a3896a682c95e:/wm.c?ds=inline 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[]) {