SnapToRegion: Add config parser

This commit is contained in:
Consolatis 2022-07-06 17:21:02 +02:00
parent 51727cf8f7
commit 43fe138385
5 changed files with 86 additions and 0 deletions

View file

@ -59,6 +59,9 @@ struct rcxml {
int popuptime;
struct wl_list workspaces; /* struct workspace.link */
} workspace_config;
/* Regions */
struct wl_list regions; /* struct region.link */
};
extern struct rcxml rc;