mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-09 05:33:58 -04:00
Spawning new terminal with --config from parent instance
Reference: https://codeberg.org/dnkl/foot/issues/1622 Signed-off-by: Stéphane Klein <contact@stephane-klein.info>
This commit is contained in:
parent
b78cc92322
commit
6d8027dd94
5 changed files with 21 additions and 1 deletions
1
config.h
1
config.h
|
|
@ -217,6 +217,7 @@ enum center_when {
|
|||
};
|
||||
|
||||
struct config {
|
||||
char *conf_path;
|
||||
char *term;
|
||||
char *shell;
|
||||
char *title;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue