From c1561e0c50cbaf7f708701bb5f3d9f3c0ecc7e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 20 Feb 2020 18:36:52 +0100 Subject: [PATCH] doc: add --login-shell --- doc/foot.1.scd | 3 +++ doc/footclient.1.scd | 3 +++ 2 files changed, 6 insertions(+) diff --git a/doc/foot.1.scd b/doc/foot.1.scd index 639ddf19..fcd9d1f8 100644 --- a/doc/foot.1.scd +++ b/doc/foot.1.scd @@ -36,6 +36,9 @@ execute (instead of the shell). *-t*,*--term*=_TERM_ Value to set the environment variable *TERM* to. Default: *foot*. +*--login-shell* + Start a login shell, by prepending a '-' to argv[0]. + *-s*,*--server*[=_PATH_] Run as a server. In this mode, a single foot instance hosts multiple terminals (windows). Use *footclient*(1) to launch new diff --git a/doc/footclient.1.scd b/doc/footclient.1.scd index e58be6a1..d6115906 100644 --- a/doc/footclient.1.scd +++ b/doc/footclient.1.scd @@ -15,6 +15,9 @@ execute (instead of the shell). *-t*,*--term*=_TERM_ Value to set the environment variable _TERM_ to. Default: _foot_. +*--login-shell* + Start a login shell, by prepending a '-' to argv[0]. + *-s*,*--server-socket*=_PATH_ Connect to _PATH_ instead of _XDG\_RUNTIME\_DIR/foot.sock_.