diff options
author | Ryan Walklin <ryan@testtoast.com> | 2018-11-26 22:08:20 +0100 |
---|---|---|
committer | Ryan Walklin <ryan@crackotage.local> | 2018-12-15 14:42:35 +1100 |
commit | cd7a6daf48ec8f0203e6c7ec42d53806006653a5 (patch) | |
tree | 58c41f113c849df10bfd83bf47a5cf27d1f6d3e5 /include | |
parent | cc656670b29dbf53e7c56162daa3bf64fd2ddd14 (diff) |
Update config struct, reduce complexity and correctly parse config.ini
Diffstat (limited to 'include')
-rw-r--r-- | include/rootston/config.h | 2 |
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; }; |