From cd7a6daf48ec8f0203e6c7ec42d53806006653a5 Mon Sep 17 00:00:00 2001 From: Ryan Walklin Date: Mon, 26 Nov 2018 22:08:20 +0100 Subject: Update config struct, reduce complexity and correctly parse config.ini --- include/rootston/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; }; -- cgit v1.2.3