diff options
author | June McEnroe <june@causal.agency> | 2019-01-17 15:57:00 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-17 15:57:00 -0500 |
commit | b40f7ba007080624f3b976591ee6de87502c145c (patch) | |
tree | bf5e8a89001fcd3da46460e29e418f74283cf25e /bin/bin.7 | |
parent | Reorganize bin and Makefile once again (diff) | |
download | src-b40f7ba007080624f3b976591ee6de87502c145c.tar.gz src-b40f7ba007080624f3b976591ee6de87502c145c.zip |
Reunify gfx and bin
Diffstat (limited to '')
-rw-r--r-- | bin/bin.7 | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/bin/bin.7 b/bin/bin.7 index 4c5df7f0..c8b876a4 100644 --- a/bin/bin.7 +++ b/bin/bin.7 @@ -1,4 +1,4 @@ -.Dd December 2, 2018 +.Dd January 17, 2019 .Dt BIN 7 .Os "Causal Agency" . @@ -19,6 +19,9 @@ Some tools target Linux. .It Xr bri 1 backlight brightness control . +.It Xr brot 1 +Mandelbrot renderer +. .It Xr dtch 1 detached sessions . @@ -28,6 +31,9 @@ framebuffer battery indicator .It Xr fbclock 1 framebuffer clock . +.It Xr gfxx 1 +graphics data explorer +. .It Xr glitch 1 PNG glitcher . @@ -61,3 +67,17 @@ watch files .It Xr xx 1 hexdump .El +. +.Pp +To build graphical tools, +set one of: +. +.Pp +.Bl -item -offset indent -compact +.It +.Va GFX Ns = Ns Cm cocoa +.It +.Va GFX Ns = Ns Cm fb +.It +.Va GFX Ns = Ns Cm x11 +.El |