workspaces: Add workspaces.{c,h}

This commit is contained in:
Consolatis 2022-06-15 01:07:45 +02:00
parent 1afca2c2cd
commit d557623c34
5 changed files with 417 additions and 0 deletions

View file

@ -55,6 +55,11 @@ struct rcxml {
/* cycle view (alt+tab) */
bool cycle_preview_contents;
struct {
int popuptime;
struct wl_list workspaces; /* struct workspace.link */
} workspace_config;
};
extern struct rcxml rc;