aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2023-01-01 17:21:45 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2023-01-01 17:21:45 -0500
commit58e18d86a798b4487375f19bcfcdcf9283a56f6e (patch)
tree6c0e2100559d2e79e4ab032da1993df64800bf2d /util.h
parent18a8ecffd287035362338ecf27dc99a462593bd4 (diff)
downloaddwm-58e18d86a798b4487375f19bcfcdcf9283a56f6e.tar.gz
dwm-58e18d86a798b4487375f19bcfcdcf9283a56f6e.tar.xz
Add a new centered layout to dwm.
Allow the scaling factor to be adjusted on the fly.
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 2 insertions, 0 deletions
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);