mirror of
https://github.com/labwc/labwc.git
synced 2026-02-09 10:07:31 -05:00
workspaces: add config option for initial workspace selection
Some checks failed
labwc.github.io / notify (push) Has been cancelled
Some checks failed
labwc.github.io / notify (push) Has been cancelled
This commit is contained in:
parent
c9b088e343
commit
64aec6ff5d
5 changed files with 64 additions and 29 deletions
|
|
@ -168,6 +168,7 @@ struct rcxml {
|
|||
struct {
|
||||
int popuptime;
|
||||
int min_nr_workspaces;
|
||||
char *initial_workspace_name;
|
||||
char *prefix;
|
||||
struct wl_list workspaces; /* struct workspace.link */
|
||||
} workspace_config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue