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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rootston/config.h b/include/rootston/config.h
index a95b8377..f8132269 100644
--- a/include/rootston/config.h
+++ b/include/rootston/config.h
@@ -67,9 +67,9 @@ struct roots_cursor_config {
};
struct roots_switch_config {
+ char *name;
enum wlr_switch_type switch_type;
enum wlr_switch_state switch_state;
- bool run_on_toggle;
char *command;
struct wl_list link;
};