mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05:00
footrc, doc/foot.5: improve documentation of 'shell', and mention --login
This commit is contained in:
parent
335bf2e5b4
commit
3f282a2f2e
2 changed files with 3 additions and 2 deletions
|
|
@ -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
2
footrc
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue