mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 18:03:23 +00:00
Terminal path documentation
This commit is contained in:
parent
ffe6a9d283
commit
1a3d5495d6
1 changed files with 8 additions and 0 deletions
|
@ -744,6 +744,14 @@ B<NOTE:> Any "generic" change to the method (e.g., specifying the ssh port to us
|
|||
'F<$HOME/.Xdefaults>', 'F<$HOME/.Xresources>'
|
||||
);
|
||||
|
||||
output '=item terminal_chdir = 0';
|
||||
output $self->loc(q{When non-0, set the working directory for each terminal as per '[_1]'}, 'L<terminal_chdir_path>' );
|
||||
|
||||
output '=item terminal_chdir_path = $HOME/.clusterssh/work/%s';
|
||||
output $self->loc(
|
||||
q{Path to use as working directory for each terminal when '[_1]' is enabled. The path provided is passed through the macro parser (see the section above on '[_2]'.','L<terminal_chdir>','L<macros_enabled>' },
|
||||
);
|
||||
|
||||
output '=item terminal_font = 6x13';
|
||||
output $self->loc(
|
||||
q{Font to use in the terminal windows. Use standard X font notation.}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue