aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authorRyan Walklin <ryan@testtoast.com>2018-11-26 22:08:20 +0100
committerRyan Walklin <ryan@crackotage.local>2018-12-15 14:42:35 +1100
commitcd7a6daf48ec8f0203e6c7ec42d53806006653a5 (patch)
tree58c41f113c849df10bfd83bf47a5cf27d1f6d3e5 /include/rootston
parentcc656670b29dbf53e7c56162daa3bf64fd2ddd14 (diff)
Update config struct, reduce complexity and correctly parse config.ini
Diffstat (limited to 'include/rootston')
-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;
};