summaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index 17a75fbf..dabbf8e5 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -201,7 +201,6 @@ bool read_config(FILE *file, bool is_active) {
201 // should be queued for later execution 201 // should be queued for later execution
202 list_t *args = split_string(line, " "); 202 list_t *args = split_string(line, " ");
203 if (!is_active && ( 203 if (!is_active && (
204 strcmp("workspace", args->items[0]) == 0 ||
205 strcmp("exec", args->items[0]) == 0 || 204 strcmp("exec", args->items[0]) == 0 ||
206 strcmp("exec_always", args->items[0]) == 0 )) { 205 strcmp("exec_always", args->items[0]) == 0 )) {
207 sway_log(L_DEBUG, "Deferring command %s", line); 206 sway_log(L_DEBUG, "Deferring command %s", line);