Added OSC patch and changes xsetcolorname for live reloading pywal colors while keeping transparency

This commit is contained in:
Tristan Simas
2020-05-13 14:52:22 -04:00
parent fdf3989005
commit c6c7c8541d
4 changed files with 19 additions and 5 deletions

1
st.h
View File

@@ -140,6 +140,7 @@ extern char *termname;
extern unsigned int tabspaces;
extern unsigned int defaultfg;
extern unsigned int defaultbg;
extern unsigned int defaultcs;
extern const int boxdraw, boxdraw_bold, boxdraw_braille;
extern float alpha;
extern MouseKey mkeys[];