mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-13 05:33:51 -04: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*
|
*shell*
|
||||||
Executable to launch. Typically a shell. Default: the user's
|
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*
|
*term*
|
||||||
Value to set the environment variable *TERM* to. Default: _foot_.
|
Value to set the environment variable *TERM* to. Default: _foot_.
|
||||||
|
|
|
||||||
2
footrc
2
footrc
|
|
@ -1,7 +1,7 @@
|
||||||
# font=monospace
|
# font=monospace
|
||||||
# scrollback=1000
|
# scrollback=1000
|
||||||
# geometry=500x300
|
# 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
|
# term=foot
|
||||||
# workers=<number of logical CPUs>
|
# workers=<number of logical CPUs>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue