sites

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

commit b471fd52ce9bc2c8a3549561b1a03645a8b3429e
parent 0726ca139685c8be7271bde3c977da749f693975
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri, 10 Feb 2023 12:12:20 +0100

rocks: add nhkd and sxhkd hotkey daemons, sort the list

Diffstat:
Msuckless.org/rocks/index.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md @@ -49,11 +49,13 @@ because it makes them legally compatible with other suckless projects. * [ccv](http://libccv.org/) - C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library. * [libev](http://software.schmorp.de/pkg/libev.html) - high performance event-loop modelled after libevent but much smaller (dual licensed under 2-clause BSD and GPL). * [mandoc](https://mandoc.bsd.lv/) - The mandoc UNIX manpage compiler toolset. +* [nhkd](https://www.uninformativ.de/git/nhkd/file/README.html) - nano hot key daemon. * [pjsip](https://www.pjsip.org/) - open-source SIP stack (GPL). -* [sdhcp](https://git.2f30.org/sdhcp/) - IPv4 DHCP client. * [raycastlib](https://gitlab.com/drummyfish/raycastlib) - Single-header public domain C raycasting renderer with no dependencies, using only integer math. +* [sdhcp](https://git.2f30.org/sdhcp/) - IPv4 DHCP client. * [small3dlib](https://gitlab.com/drummyfish/small3dlib) - Single-header public domain C software 3D renderer with no dependencies, using only integer math. * [stb](https://github.com/nothings/stb) - single-file public domain (or MIT licensed) libraries for C/C++: various image, font, audio loaders etc. +* [sxhkd](https://github.com/baskerville/sxhkd) - Simple X hotkey daemon * [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