aboutsummaryrefslogtreecommitdiffstats
path: root/gterm.1
blob: fd779b65e374b154889be71e07a20478a8282ff8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
.TH GTERM 1 "(c) 2019 Gerd Hoffmann" "GTERM" "terminal application"
\#
\#
.SH NAME
gterm - terminal application
\#
\#
.SH SYNOPSIS
.TP
\fBgterm\fP [\fIoptions\fP]
\#
\#
.SH DESCRIPTION
.BR gterm
is a terminal application.  Command line options are compatible with
xterm, not all xterm options are actually implemented though.
\#
\#
.SH OPTIONS
.TP
.B -e
Command line to run within the terminal.  All arguments following this
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
.BI -fa " face"
The font face to use.
.br
Config file key: faceName.
.TP
.BI -fs " size"
The font size to use.
.br
Config file key: faceSize.
.TP
.BI -geometry " WxH"
The width and height of the terminal window (in columns/rows, not pixels).
.br
Config file key: geometry.
.TP
.BI -title " text"
Set the window title.
.br
Config file key: title.
.TP
.BI -T " text"
Shortcut for -title.
\#
\#
.SH "CONFIG FILE"
.BR gterm
reads the configuration from the 
.BR ~/.config/gterm.conf
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)
\#
\#
.SH AUTHOR
Gerd Hoffmann
.BR <gerd@kraxel.org>