From 84e54033aecc4de6e66219176c0b2a757847ed76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 20 Feb 2020 18:49:23 +0100 Subject: [PATCH] doc: foot.5: change 'shell' example, add login-shell --- doc/foot.5.scd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/foot.5.scd b/doc/foot.5.scd index fe1d4a9d..3c26d90e 100644 --- a/doc/foot.5.scd +++ b/doc/foot.5.scd @@ -43,7 +43,10 @@ in this order: *shell* Executable to launch. Typically a shell. Default: the user's default shell (as specified in _/etc/passwd_). You can also pass - arguments. For example "/bin/bash --login". + arguments. For example "/bin/bash --norc". + +*login-shell* + Start a login shell, by prepending a '-' to argv[0]. *term* Value to set the environment variable *TERM* to. Default: _foot_.