diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-10-20 11:54:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-20 11:54:31 -0400 |
commit | 59fa18fbc9c13d23b85f27a9f262d8e435c0ef75 (patch) | |
tree | 6a83c698c818b4be1a6b9ee351cc44bdd98eded2 /include | |
parent | c7f39d0eb8c75e450f6f8e6198029990d8994f75 (diff) | |
parent | 8c759d7abe4ea732fddb2f258d318b32591d1e73 (diff) |
Merge pull request #301 from thejan2009/startup-command
Add startup command option to rootston
Diffstat (limited to 'include')
-rw-r--r-- | include/rootston/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/config.h b/include/rootston/config.h index 66347c3c..5fa4890f 100644 --- a/include/rootston/config.h +++ b/include/rootston/config.h @@ -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[]); |