mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
term: term_spawn_new: always spawn foot/footclient from PATH
This commit is contained in:
parent
57de9feaa5
commit
a484a65fef
3 changed files with 3 additions and 3 deletions
2
main.c
2
main.c
|
|
@ -224,7 +224,7 @@ main(int argc, char *const *argv)
|
|||
goto out;
|
||||
|
||||
if (!as_server && (term = term_init(
|
||||
&conf, fdm, wayl, conf.term, prog_name, argc, argv,
|
||||
&conf, fdm, wayl, conf.term, "foot", argc, argv,
|
||||
&term_shutdown_cb, &shutdown_ctx)) == NULL)
|
||||
goto out;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue