commit b471fd52ce9bc2c8a3549561b1a03645a8b3429e
Author: Hiltjo Posthuma <[email protected]>
Date: Fri Feb 10 12:12:20 2023 +0100
rocks: add nhkd and sxhkd hotkey daemons, sort the list
diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md
index 39e6d848..c7600c47 100644
--- 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