mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-23 01:40:12 -05:00
client: add new "--window-size-*" options to docs and CHANGELOG.md
This commit is contained in:
parent
748f98e0c0
commit
b8fc2e19da
4 changed files with 12 additions and 0 deletions
2
client.c
2
client.c
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue