Applied patch st-focus

This commit is contained in:
2024-04-23 00:58:41 +05:30
parent 1d10c72d94
commit f7a61840a3
6 changed files with 600 additions and 38 deletions

2
st.h
View File

@@ -79,6 +79,7 @@ typedef union {
void die(const char *, ...);
void redraw(void);
void tfulldirt(void);
void draw(void);
void kscrolldown(const Arg *);
@@ -128,3 +129,4 @@ extern unsigned int tabspaces;
extern unsigned int defaultfg;
extern unsigned int defaultbg;
extern unsigned int defaultcs;
extern float alpha, alphaUnfocused;