aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-20 11:54:31 -0400
committerGitHub <noreply@github.com>2017-10-20 11:54:31 -0400
commit59fa18fbc9c13d23b85f27a9f262d8e435c0ef75 (patch)
tree6a83c698c818b4be1a6b9ee351cc44bdd98eded2 /include/rootston
parentc7f39d0eb8c75e450f6f8e6198029990d8994f75 (diff)
parent8c759d7abe4ea732fddb2f258d318b32591d1e73 (diff)
Merge pull request #301 from thejan2009/startup-command
Add startup command option to rootston
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/config.h1
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[]);