Add XRESOURCES_RELOAD_PATCH

This commit is contained in:
Loic Coyle 2021-04-24 00:17:23 +02:00
parent ec513b230a
commit 540a923fb9
4 changed files with 43 additions and 4 deletions

View file

@ -292,3 +292,9 @@
* https://st.suckless.org/patches/xresources/
*/
#define XRESOURCES_PATCH 0
/* This patch adds the ability to reload the Xresources config when a SIGUSR1 signal is received
e.g.: killall -USR1 st
Depends on the XRESOURCES_PATCH.
*/
#define XRESOURCES_RELOAD_PATCH 0