workspace: Cherry picked workspace_find_by_name, implemented initial workspace feature that allows users to specify an 'initial' workspace. Updated docs and comments.

This commit is contained in:
5trixs0f 2025-12-21 14:20:04 -05:00
parent eecb5d0947
commit 5f83760a34
5 changed files with 69 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;