From 3d4a773b2b6c7c997a07fc5f9574ce29ae04cfe6 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 23 May 2019 11:02:29 +0200 Subject: manpage: add config example, misc tweaks --- gterm.1 | 35 +++++++++++++++++++++++++++++------ 1 file 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 -The font face to use (config key: faceName). +.BI -fa " face" +The font face to use. +.br +Config file key: faceName. .TP -.B -fs -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 -- cgit