mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-15 06:59:43 -05:00
Update config struct, reduce complexity and correctly parse config.ini
This commit is contained in:
parent
cc656670b2
commit
cd7a6daf48
2 changed files with 30 additions and 5 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue