add config + command line option for setting initial window width/height

This commit is contained in:
Daniel Eklöf 2019-08-23 17:26:41 +02:00
parent 4e2067446a
commit 7026f60717
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 56 additions and 13 deletions

View file

@ -16,6 +16,9 @@ execute (instead of the shell).
Font and style to use, in fontconfig format. See *FONT
FORMAT*. Default: _monospace_.
*-g*,*--geometry*=_WIDTHxHEIGHT_
Set initial window width and height.
*-t*,*--term*=_TERM_
Value to set the environment variable _TERM_ to. Default: _foot_.

View file

@ -21,6 +21,9 @@ in this order:
Font and style to use, in fontconfig format. See *FONT
FORMAT*. Default: _monospace_.
*geometry*
Initial window width and height, on the form _WIDTHxHEIGHT_.
*shell*
Executable to launch. Typically a shell. Default: the user's
default shell (as specified in _/etc/passwd_).