workspaces: add config option for initial workspace selection
Some checks failed
labwc.github.io / notify (push) Has been cancelled

This commit is contained in:
Cameron Scott McCreery 2025-12-22 16:17:43 -05:00 committed by GitHub
parent c9b088e343
commit 64aec6ff5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 64 additions and 29 deletions

View file

@ -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;