config: support <desktops number="">

This commit is contained in:
Sachin Bhat 2023-06-19 08:46:56 +08:00 committed by Johan Malm
parent e82e557d56
commit 9bb4f44688
2 changed files with 17 additions and 4 deletions

View file

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