aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorD.B <thejan.2009@gmail.com>2017-10-20 17:49:04 +0200
committerD.B <thejan.2009@gmail.com>2017-10-20 17:49:04 +0200
commit8c759d7abe4ea732fddb2f258d318b32591d1e73 (patch)
tree6a83c698c818b4be1a6b9ee351cc44bdd98eded2 /include
parentc7f39d0eb8c75e450f6f8e6198029990d8994f75 (diff)
Add startup command option to rootston
Allows specifying a command to run at startup.
Diffstat (limited to 'include')
-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[]);