From 58e18d86a798b4487375f19bcfcdcf9283a56f6e Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 1 Jan 2023 17:21:45 -0500 Subject: Add a new centered layout to dwm. Allow the scaling factor to be adjusted on the fly. --- util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util.h') diff --git a/util.h b/util.h index f633b51..7f9e66a 100644 --- a/util.h +++ b/util.h @@ -6,3 +6,5 @@ void die(const char *fmt, ...); void *ecalloc(size_t nmemb, size_t size); +int readEnv(FILE *fh); +int reMatch(const char *regex, const char *str); -- cgit v1.2.3