Suckless.org: software that sucks less
Published on: 2025-07-12 16:27:00
Home of dwm, dmenu and other quality software with a focus on simplicity, clarity, and frugality.
Read more about our philosophy and join us on the mailing list.
News
Atom feed
2024-11-26
2024-04-05
This reverts a commit and a regression with cursor move with wide glyphs, for example with GNU readline.
2024-03-20
Below are some highlights of the changes for the recent releases of dmenu, dwm, st and tabbed, see the git logs for all details:
General small Makefile improvements, rationale being: just be verbose and show what is done: do not abstract/hide details from the user/developer. Respect (more) the package manager and build system flags (CFLAGS, LDFLAGS, etc).
dwm:
Improvements to signal handling.
Fix: Avoid missing events when a keysym maps to multiple keycodes.
dmenu:
Reduce memory usage for reading the lines.
Fix: X11 BadMatch error when embedding on some windows.
st:
Fix: bounds checks of dc.col.
Fix: buffer overflow when handling long composed input.
Ignore
... Read full article.