footrc, doc/foot.5: improve documentation of 'shell', and mention --login

This commit is contained in:
Daniel Eklöf 2020-02-11 19:57:15 +01:00
parent 335bf2e5b4
commit 3f282a2f2e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 3 additions and 2 deletions

View file

@ -37,7 +37,8 @@ in this order:
*shell*
Executable to launch. Typically a shell. Default: the user's
default shell (as specified in _/etc/passwd_).
default shell (as specified in _/etc/passwd_). You can also pass
arguments. For example "/bin/bash --login".
*term*
Value to set the environment variable *TERM* to. Default: _foot_.

2
footrc
View file

@ -1,7 +1,7 @@
# font=monospace
# scrollback=1000
# geometry=500x300
# shell=<user's default shell (from /etc/passwd)>
# shell=<user's default shell (from /etc/passwd)> (you may need to override if you need a login shell)
# term=foot
# workers=<number of logical CPUs>