aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-05-23 11:02:29 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-05-23 11:02:29 +0200
commit3d4a773b2b6c7c997a07fc5f9574ce29ae04cfe6 (patch)
tree9dd74a31b0ba786b72f64428b25bf2acee63e008
parentfbbcf08cd9356ee6ceee62cc3566d7f6f612ef8e (diff)
downloadgterm-3d4a773b2b6c7c997a07fc5f9574ce29ae04cfe6.tar.gz
manpage: add config example, misc tweaks
-rw-r--r--gterm.135
1 files changed, 29 insertions, 6 deletions
diff --git a/gterm.1 b/gterm.1
index 0ca1e03..704656a 100644
--- a/gterm.1
+++ b/gterm.1
@@ -24,22 +24,45 @@ one are passed to the command started and will not be parsed, so this
should be last on your command line. If not specified a shell is
started.
.TP
-.B -fa <face>
-The font face to use (config key: faceName).
+.BI -fa " face"
+The font face to use.
+.br
+Config file key: faceName.
.TP
-.B -fs <size>
-The font size to use (config key: faceSize).
+.BI -fs " size"
+The font size to use.
+.br
+Config file key: faceSize.
\#
\#
.SH "CONFIG FILE"
.BR gterm
reads the configuration from the
.BR ~/.config/gterm.conf
-config file. A "[default]" section holds the config options.
+config file.
+A "[default]" section holds the config options.
+Example:
+.P
+.in +4n
+[default]
+.br
+faceName=Terminus
+.br
+faceSize=12
+.in
+.P
+This has the same effect this ~/.Xdefaults snippet has for xterm:
+.P
+.in +4n
+XTerm.vt100*faceName: Terminus
+.br
+XTerm.vt100*faceSize: 12
+.in
+.P
\#
\#
.SH "SEE ALSO"
-.BR xterm(1),
+.BR xterm(1)
\#
\#
.SH AUTHOR