diff --git a/dmenu/dmenu b/dmenu/dmenu deleted file mode 100755 index fff9b89..0000000 Binary files a/dmenu/dmenu and /dev/null differ diff --git a/dmenu/stest b/dmenu/stest deleted file mode 100755 index 27cb972..0000000 Binary files a/dmenu/stest and /dev/null differ diff --git a/dwm/drw.c b/dwm/drw.c index e4968a0..d36271d 100644 --- a/dwm/drw.c +++ b/dwm/drw.c @@ -95,6 +95,7 @@ drw_free(Drw *drw) { XFreePixmap(drw->dpy, drw->drawable); XFreeGC(drw->dpy, drw->gc); + drw_fontset_free(drw->fonts); // https://git.suckless.org/dwm/commit/f04cac6d6e39cd9e3fc4fae526e3d1e8df5e34b2.html free(drw); } diff --git a/st/config.def.h b/st/config.def.h index 2cd4da0..46eddde 100644 --- a/st/config.def.h +++ b/st/config.def.h @@ -16,7 +16,7 @@ static int borderpx = 4; * 4: value of shell in /etc/passwd * 5: value of shell in config.h */ -static char *shell = "/bin/zsh"; +static char *shell = "/bin/bash"; char *utmp = NULL; /* scroll program: to enable use a string like "scroll" */ char *scroll = NULL; diff --git a/st/config.h b/st/config.h index 2cd4da0..46eddde 100644 --- a/st/config.h +++ b/st/config.h @@ -16,7 +16,7 @@ static int borderpx = 4; * 4: value of shell in /etc/passwd * 5: value of shell in config.h */ -static char *shell = "/bin/zsh"; +static char *shell = "/bin/bash"; char *utmp = NULL; /* scroll program: to enable use a string like "scroll" */ char *scroll = NULL;