mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
workspaces: Add workspaces.{c,h}
This commit is contained in:
parent
1afca2c2cd
commit
d557623c34
5 changed files with 417 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue