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:
Stéphane Klein 2026-01-09 00:31:04 +01:00 committed by Daniel Eklöf
parent 21485fa66d
commit dc0c8550c3
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 21 additions and 1 deletions

View file

@ -217,6 +217,7 @@ enum center_when {
};
struct config {
char *conf_path;
char *term;
char *shell;
char *title;