diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-01 17:21:45 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-01 17:21:45 -0500 |
| commit | 58e18d86a798b4487375f19bcfcdcf9283a56f6e (patch) | |
| tree | 6c0e2100559d2e79e4ab032da1993df64800bf2d /util.h | |
| parent | 18a8ecffd287035362338ecf27dc99a462593bd4 (diff) | |
| download | dwm-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |
