config: support <desktops number=>

This commit is contained in:
Sachin Bhat 2023-06-24 20:36:06 +08:00
parent 53ca14a0b1
commit a133953402
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;