workspaces: add ability to set prefix when using number argument

This commit is contained in:
droc12345 2024-03-11 17:19:03 -05:00 committed by GitHub
parent e837445114
commit 4ecac26548
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 27 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;