aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rootston/config.h')
-rw-r--r--include/rootston/config.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/rootston/config.h b/include/rootston/config.h
index deff7578..ef101f2d 100644
--- a/include/rootston/config.h
+++ b/include/rootston/config.h
@@ -18,14 +18,10 @@ struct device_config {
struct wl_list link;
};
-enum binding_config_action {
- BINDING_CONFIG_ACTION_QUIT,
-};
-
struct binding_config {
xkb_keysym_t *keysyms;
size_t keysyms_len;
- enum binding_config_action action;
+ char *command;
struct wl_list link;
};