summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index 2f1ad845..aeadc9a1 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -70,7 +70,7 @@ struct sway_config *read_config(FILE *file, bool is_active) {
70 } 70 }
71 71
72 // Any command which would require wlc to be initialized 72 // Any command which would require wlc to be initialized
73 // should be queue for later execution 73 // should be queued for later execution
74 list_t *args = split_string(line, " "); 74 list_t *args = split_string(line, " ");
75 if (strcmp("workspace", args->items[0]) == 0) { 75 if (strcmp("workspace", args->items[0]) == 0) {
76 sway_log(L_DEBUG, "Deferring command %s", line); 76 sway_log(L_DEBUG, "Deferring command %s", line);