mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-17 06:59:43 -05:00
Add startup command option to rootston
Allows specifying a command to run at startup.
This commit is contained in:
parent
c7f39d0eb8
commit
8c759d7abe
3 changed files with 21 additions and 3 deletions
|
|
@ -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[]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue