summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-07 17:51:52 -0400
committerJune McEnroe <june@causal.agency>2018-09-07 17:51:52 -0400
commit39f026e1c5e9211f0a53d075dc3d1c6ed43459bf (patch)
tree81f84e9f8cc329cf87483f698a545d6728989479
parentAdd fbatt.1 (diff)
downloadsrc-39f026e1c5e9211f0a53d075dc3d1c6ed43459bf.tar.gz
src-39f026e1c5e9211f0a53d075dc3d1c6ed43459bf.zip
Add fbclock.1
Diffstat (limited to '')
-rw-r--r--bin/fbclock.127
1 files changed, 27 insertions, 0 deletions
diff --git a/bin/fbclock.1 b/bin/fbclock.1
new file mode 100644
index 00000000..06e1cf09
--- /dev/null
+++ b/bin/fbclock.1
@@ -0,0 +1,27 @@
+.Dd $Mdocdate$
+.Dt FBCLOCK 1
+.Sh NAME
+.Nm fbclock
+.Nd framebuffer clock
+.Sh SYNOPSIS
+.Nm
+.Sh DESCRIPTION
+.Nm
+displays a clock
+in the top-right corner
+of the Linux framebuffer.
+.Sh ENVIRONMENT
+.Bl -tag
+.It Ev FONT
+Path to gzipped PSF file.
+.It Ev FRAMEBUFFER
+The framebuffer device. By default,
+.Pa /dev/fb0 .
+.El
+.Sh FILES
+.Bl -tag
+.It Pa /usr/share/kbd/consolefonts/Lat2-Terminus16.psfu.gz
+The default font file.
+.El
+.Sh SEE ALSO
+.Xr setfont 8
bce3a543865&follow=1'>Finish configuring xtermJune McEnroe 2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such. 2021-02-06Add xterm output to schemeJune McEnroe