Compare commits

..

2 Commits

Author SHA1 Message Date
Siva Mahadevan
0928b2115e move util.c to util.h
This allows single-source compilation and whole-program optimization using something like:

make CFLAGS='-flto -ffunction-sections -fdata-sections -Wl,--gc-sections'

Furthermore, move more compositor-agnostic utility functions/macros to util.h,
similar to the original dwm sources.
2026-03-19 14:41:09 +01:00
Diego Viola
a2d03cf618 Remove trailing whitespace from README 2026-03-02 02:13:43 +01:00