mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
doc: foot.1: move DESCRIPTION up before OPTIONS
This commit is contained in:
parent
1decd8e9de
commit
6c78919d4b
1 changed files with 10 additions and 10 deletions
|
|
@ -10,6 +10,16 @@ foot - Wayland terminal emulator
|
|||
All trailing (non-option) arguments are treated as a command, and its
|
||||
arguments, to execute (instead of the default shell).
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
*foot* is a Wayland terminal emulator. Running it without arguments
|
||||
will start a new terminal window with your default shell.
|
||||
|
||||
You can override the default shell by appending a custom command to
|
||||
the foot command line
|
||||
|
||||
*foot -- sh -c "echo hello world && sleep 5"*
|
||||
|
||||
# OPTIONS
|
||||
|
||||
*-c*,*--config*=_PATH_
|
||||
|
|
@ -114,16 +124,6 @@ arguments, to execute (instead of the default shell).
|
|||
*-v*,*--version*
|
||||
Show the version number and quit.
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
*foot* is a Wayland terminal emulator. Running it without arguments
|
||||
will start a new terminal window with your default shell.
|
||||
|
||||
You can override the default shell by appending a custom command to
|
||||
the foot command line
|
||||
|
||||
foot -- sh -c "echo hello world && sleep 5"
|
||||
|
||||
# KEYBOARD SHORTCUTS
|
||||
|
||||
The following keyboard shortcuts are available.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue