Add startup command option to rootston

Allows specifying a command to run at startup.
This commit is contained in:
D.B 2017-10-20 17:49:04 +02:00
parent c7f39d0eb8
commit 8c759d7abe
3 changed files with 21 additions and 3 deletions

View file

@ -42,6 +42,7 @@ struct roots_config {
struct wl_list devices;
struct wl_list bindings;
char *config_path;
char *startup_cmd;
};
struct roots_config *parse_args(int argc, char *argv[]);