sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 50cf550daa43729ec15b46e66d896fe73b24bf42
parent 3f6b8f99deb9ba325c8dc586c96b142801218372
Author: NRK <nrk@disroot.org>
Date:   Thu,  5 Mar 2026 17:03:59 +0000

[rocks] add clipmenu and u-config

Diffstat:
Msuckless.org/rocks/index.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

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.