mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-09 08:21:01 -04:00
conf: add app-id config option and --app-id command line option
This commit is contained in:
parent
371dd65949
commit
4d52a870b4
12 changed files with 84 additions and 15 deletions
1
config.h
1
config.h
|
|
@ -10,6 +10,7 @@
|
|||
struct config {
|
||||
char *term;
|
||||
char *shell;
|
||||
char *app_id;
|
||||
bool login_shell;
|
||||
unsigned width;
|
||||
unsigned height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue