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

View File

@ -31,7 +31,7 @@ depend on functionality that is not in the current release of `wlroots`.
The `wlroots-next` branch is built against the git version of [wlroots], which
is unstable and changes frequently. PRs requiring functionality from the git
version of `wlroots` should target this branch.
### Building dwl
dwl has the following dependencies:
- libinput