config: support <desktops number=>

This commit is contained in:
Sachin Bhat 2023-06-24 20:36:06 +08:00 committed by Johan Malm
parent 629bc9c978
commit 18eb7a26c0
2 changed files with 9 additions and 9 deletions

View file

@ -69,7 +69,7 @@ struct rcxml {
struct {
int popuptime;
int count;
int min_nr_workspaces;
struct wl_list workspaces; /* struct workspace.link */
} workspace_config;