mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-27 07:58:07 -04:00
foot/footclient: add short options to all command line options
e813883367 added “missing” short command
line options to footclient.
Except they weren’t missing; they were intentionally missing short
options and only supported long options.
This commit makes the new/missing short options “official”, by adding
documentation, zsh completions and including them in usage().
This commit is contained in:
parent
9ab1235b97
commit
8eaa195990
6 changed files with 24 additions and 22 deletions
|
|
@ -74,6 +74,8 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See
|
|||
scale factor alone (https://codeberg.org/dnkl/foot/issues/206).
|
||||
* `-w,--window-size-pixels` and `-W,--window-size-chars` command line
|
||||
options to `footclient` (https://codeberg.org/dnkl/foot/issues/189).
|
||||
* Short command line options for `--title`, `--maximized`,
|
||||
`--fullscreen`, `--login-shell`, `--hold` and `--check-config`.
|
||||
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue