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

@ -5,6 +5,8 @@ _arguments \
'(-c --config)'{-c,--config}'[path to configuration file (XDG_CONFIG_HOME/footrc)]:config:_files' \
'(-f --font)'{-f,--font}'[font name and style in fontconfig format (monospace)]:font:->fonts' \
'(-t --term)'{-t,--term}'[value to set the environment variable TERM to (foot)]:term:->terms' \
'--maximized[start in maximized mode]' \
'--fullscreen[start in fullscreen mode]' \
'--login-shell[start shell as a login shell]' \
'(-g --geometry)'{-g,--geometry}'[window WIDTHxHEIGHT, in pixels (700x50)]:geometry:()' \
'(-s --server)'{-s,--server}'[run as server; open terminals by running footclient]:server:_files' \