Add ability to set workspace prefix when using number

This commit is contained in:
DonO 2024-03-11 13:35:57 -05:00
parent 90823b3350
commit c531c973e5
4 changed files with 23 additions and 5 deletions

View file

@ -129,6 +129,7 @@ struct rcxml {
struct {
int popuptime;
int min_nr_workspaces;
char *prefix;
struct wl_list workspaces; /* struct workspace.link */
} workspace_config;