Adding w3m patch

This commit is contained in:
bakkeby 2020-06-14 20:04:27 +02:00
parent 2c85b5da91
commit bca86276e7
3 changed files with 15 additions and 2 deletions

View file

@ -199,12 +199,16 @@
*/
#define THEMED_CURSOR_PATCH 0
/*
* Vertically center lines in the space available if you have set a larger chscale in config.h
/* Vertically center lines in the space available if you have set a larger chscale in config.h
* https://st.suckless.org/patches/vertcenter/
*/
#define VERTCENTER_PATCH 0
/* Adds support for w3m images.
* https://st.suckless.org/patches/w3m/
*/
#define W3M_PATCH 0
/* This patch allows user to specify the initial path st should use as the working directory.
* https://st.suckless.org/patches/workingdir/
*/