mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-16 05:34:00 -04:00
conf: add 'title' conf option and --title command line option
This commit is contained in:
parent
57761fbd50
commit
ec7a768487
12 changed files with 65 additions and 2 deletions
|
|
@ -795,7 +795,7 @@ term_init(const struct config *conf, struct fdm *fdm, struct wayland *wayl,
|
|||
if (!term_font_dpi_changed(term))
|
||||
goto err;
|
||||
|
||||
term_set_window_title(term, "foot");
|
||||
term_set_window_title(term, conf->title);
|
||||
|
||||
/* Let the Wayland backend know we exist */
|
||||
tll_push_back(wayl->terms, term);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue