commit 8d2626d

wf  ·  2026-04-01 07:26:01 +0000 UTC
parent bbaeb57
Rewrite README in markdown
1 files changed,  +6, -6
R README => README.md
+6, -6
 1@@ -1,14 +1,14 @@
 2 howl
 3 ====
 4 
 5-howl is a floating wayland compositor written in neuswc[1] that implements an IPC interface, allowing for scriptability and advanced usage. howl's code is largely based on that of tohu[2]'s and berry[3]'s.
 6+howl is a floating wayland compositor written in neuswc[^1] that implements an IPC interface, allowing for scriptability and advanced usage. howl's code is largely based on that of tohu[^2]'s and berry[^3]'s.
 7 to build howl, use any POSIX-compliant make. the repo provides a Makefile compatible with most implementations, including bmake.
 8 
 9 dependencies
10 ------------
11 
12- - neuswc[1]
13- - wayland headers
14+ - neuswc[^1]
15+ - everything that neuswc depends on
16 
17 todo
18 ----
19@@ -29,6 +29,6 @@ obviously, i would like to thank the following:
20  - jlervin for their amazing work on berrywm
21  - many, many others
22 
23-[1]: https://git.sr.ht/~shrub900/neuswc
24-[2]: https://git.sr.ht/~shrub900/tohu
25-[3]: https://github.com/JLErvin/berry
26+[^1]: <https://git.sr.ht/~shrub900/neuswc>
27+[^2]: <https://git.sr.ht/~shrub900/tohu>
28+[^3]: <https://github.com/JLErvin/berry>