[rocks] add clipmenu and u-config - sites - public wiki contents of suckless.org
HTML git clone git://git.suckless.org/sites
DIR Log
DIR Files
DIR Refs
---
DIR commit 50cf550daa43729ec15b46e66d896fe73b24bf42
DIR parent 3f6b8f99deb9ba325c8dc586c96b142801218372
HTML Author: NRK <nrk@disroot.org>
Date: Thu, 5 Mar 2026 17:03:59 +0000
[rocks] add clipmenu and u-config
Diffstat:
M suckless.org/rocks/index.md | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
DIR diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md
@@ -57,6 +57,7 @@ because it makes them legally compatible with other suckless projects.
* [stb](https://github.com/nothings/stb) - single-file public domain (or MIT licensed) libraries for C/C++: various image, font, audio loaders etc.
* [termbox](https://github.com/termbox/termbox) - simple ncurses-like library for creating TUIs.
* [TinyGL](https://github.com/C-Chads/tinygl) - free software-only subset of OpenGL 1.1 implemented in C
+* [u-config](https://github.com/skeeto/u-config) - simple and minimal `pkg-config` implementation in C with zero dependencies.
### Distros
@@ -269,6 +270,7 @@ This covers most console-based programs and programs from
### X11
* [9menu](https://github.com/arnoldrobbins/9menu/) - A menu program based on the Blit-style menus so prevalent in Plan 9.
+* [clipmenu](https://github.com/cdown/clipmenu) - Clipboard manager using dmenu.
* [dmenu](//tools.suckless.org/dmenu/) - dmenu is a dynamic menu for X.
* [ffcast](https://github.com/lolilolicon/FFcast) - Simple screencasting.
* [grabc](http://www.muquit.com/muquit/software/grabc/grabc.html) - Grab the color of some pixel in X11.