mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-17 05:33:52 -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
1
config.h
1
config.h
|
|
@ -10,6 +10,7 @@
|
|||
struct config {
|
||||
char *term;
|
||||
char *shell;
|
||||
char *title;
|
||||
char *app_id;
|
||||
bool login_shell;
|
||||
unsigned width;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue