client: add new "--window-size-*" options to docs and CHANGELOG.md

This commit is contained in:
Craig Barnes 2020-11-22 18:36:37 +00:00
parent 748f98e0c0
commit b8fc2e19da
4 changed files with 12 additions and 0 deletions

View file

@ -37,6 +37,8 @@ print_usage(const char *prog_name)
printf(" -t,--term=TERM value to set the environment variable TERM to (foot)\n"
" --title=TITLE initial window title (foot)\n"
" -a,--app-id=ID window application ID (foot)\n"
" -w,--window-size-pixels=WIDTHxHEIGHT initial width and height, in pixels\n"
" -W,--window-size-chars=WIDTHxHEIGHT initial width and height, in characters\n"
" --maximized start in maximized mode\n"
" --fullscreen start in fullscreen mode\n"
" --login-shell start shell as a login shell\n"