mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
doc: foot.1: update with optional PATH argument to -s,--server
This commit is contained in:
parent
c0a9cf7767
commit
ccb3ce5df7
1 changed files with 6 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ execute (instead of the shell).
|
||||||
*-t*,*--term*=_TERM_
|
*-t*,*--term*=_TERM_
|
||||||
Value to set the environment variable _TERM_ to. Default: _foot_.
|
Value to set the environment variable _TERM_ to. Default: _foot_.
|
||||||
|
|
||||||
*-s*,*--server*
|
*-s*,*--server*[=_PATH_]
|
||||||
Run as a server. In this mode, a single foot instance hosts
|
Run as a server. In this mode, a single foot instance hosts
|
||||||
multiple terminals (windows). Use *footclient*(1) to launch new
|
multiple terminals (windows). Use *footclient*(1) to launch new
|
||||||
terminals.
|
terminals.
|
||||||
|
|
@ -55,6 +55,10 @@ execute (instead of the shell).
|
||||||
Also be aware that should one terminal crash, it will take all the
|
Also be aware that should one terminal crash, it will take all the
|
||||||
others with it.
|
others with it.
|
||||||
|
|
||||||
|
You may optionally override the default socket path,
|
||||||
|
_XDG\_RUNTIME\_DIR/foot.sock_. If you do so, you will need to use
|
||||||
|
the *--server-socket* option in *footclient*(1).
|
||||||
|
|
||||||
*-v*,*--version*
|
*-v*,*--version*
|
||||||
Show the version number and quit
|
Show the version number and quit
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue