From df38b79752d925822a09313f5419a0b6c99c90d4 Mon Sep 17 00:00:00 2001 From: droc12345 <80716141+droc12345@users.noreply.github.com> Date: Mon, 11 Mar 2024 17:10:22 -0500 Subject: [PATCH] Update rcxml.c remove extra spaces --- src/config/rcxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/rcxml.c b/src/config/rcxml.c index 0c1e532d..161f8845 100644 --- a/src/config/rcxml.c +++ b/src/config/rcxml.c @@ -1473,7 +1473,7 @@ post_processing(void) struct workspace *workspace; for (int i = nr_workspaces; i < rc.workspace_config.min_nr_workspaces; i++) { workspace = znew(*workspace); - workspace->name = strdup_printf("%s %d", + workspace->name = strdup_printf("%s %d", rc.workspace_config.prefix, i + 1); wl_list_append(&rc.workspace_config.workspaces, &workspace->link); }