diff --git a/selfrestart.c b/selfrestart.c index 48ff54e..097d2ec 100644 --- a/selfrestart.c +++ b/selfrestart.c @@ -22,6 +22,8 @@ * @return char* the path of the current executable */ char *get_dwm_path(){ + return "/run/current-system/sw/bin/dwm"; + // https://en.wikibooks.org/wiki/C_Programming/POSIX_Reference/sys/stat.h#Member_types struct stat s; int r, length, rate = 42;