Adding workingdir patch

This commit is contained in:
bakkeby 2020-03-29 16:46:38 +02:00
parent d26b46ffa7
commit 7dee587ceb
3 changed files with 31 additions and 3 deletions

View file

@ -196,6 +196,11 @@
*/
#define VISUALBELL_3_PATCH 0
/* 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 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.
* https://st.suckless.org/patches/xresources/