Adding netwmicon patch ref. #21

This commit is contained in:
bakkeby 2021-05-08 14:49:59 +02:00
parent 2876951262
commit 8c8bace91c
6 changed files with 711 additions and 1 deletions

View file

@ -170,6 +170,11 @@
*/
#define MONOCHROME_PATCH 0
/* This patch sets the _NET_WM_ICON X property with a hardcoded icon for st.
* https://st.suckless.org/patches/netwmicon/
*/
#define NETWMICON_PATCH 0
/* This patch allows you to spawn a new st terminal using Ctrl-Shift-Return. It will have the
* same CWD (current working directory) as the original st instance.
* https://st.suckless.org/patches/newterm/