From 6a6bbc8230e92cca1802db84c091e59c51a15956 Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Fri, 20 Oct 2023 22:30:59 +0800 Subject: [PATCH] Fix st --- st-flexipatch/patches.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st-flexipatch/patches.def.h b/st-flexipatch/patches.def.h index a3e23e7..7e8fd09 100644 --- a/st-flexipatch/patches.def.h +++ b/st-flexipatch/patches.def.h @@ -439,7 +439,7 @@ /* This patch allows user to specify the initial path st should use as the working directory. * https://st.suckless.org/patches/workingdir/ */ -#define WORKINGDIR_PATCH 1 +#define WORKINGDIR_PATCH 0 /* This patch adds the ability to configure st via Xresources. At startup, st will read and * apply the resources named in the resources[] array in config.h.