foot: add --maximized and --fullscreen command line options

This commit is contained in:
Daniel Eklöf 2020-03-26 19:47:00 +01:00
parent e197368c0f
commit 728e23863c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 30 additions and 0 deletions

View file

@ -36,6 +36,14 @@ execute (instead of the shell).
*-t*,*--term*=_TERM_
Value to set the environment variable *TERM* to. Default: *foot*.
*--maximized*
Start in maximized mode. If both *--maximized* and *--fullscreen*
are specified, the _last_ one takes precedence.
*--fullscreen*
Start in fullscreen mode. If both *--maximized* and *--fullscreen*
are specified, the _last_ one takes precedence.
*--login-shell*
Start a login shell, by prepending a '-' to argv[0].