Change restart function to call SGK-modified version of dwm.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 3 Feb 2023 02:44:57 +0000 (18:44 -0800)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 3 Feb 2023 02:44:57 +0000 (18:44 -0800)
dwm.c

diff --git a/dwm.c b/dwm.c
index 0b91b0d..52d34ad 100644 (file)
--- a/dwm.c
+++ b/dwm.c
@@ -2264,7 +2264,7 @@ main(int argc, char *argv[])
        cleanup();
        XCloseDisplay(dpy);
        if (restart == 1) {
        cleanup();
        XCloseDisplay(dpy);
        if (restart == 1) {
-               execlp("dwm", "dwm", NULL);
+               execlp("dwm-sgk", "dwm-sgk", NULL);
        }
        return EXIT_SUCCESS;
 }
        }
        return EXIT_SUCCESS;
 }