From 7427ce89303a2f409ed651643bd8c6566217e7c5 Mon Sep 17 00:00:00 2001 From: Luminarys Date: Mon, 17 Aug 2015 17:15:05 -0500 Subject: Switched config loading order to prevent root access w/wlc --- sway/config.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sway/config.c') 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) { // should be queued for later execution list_t *args = split_string(line, " "); if (!is_active && ( - strcmp("workspace", args->items[0]) == 0 || strcmp("exec", args->items[0]) == 0 || strcmp("exec_always", args->items[0]) == 0 )) { sway_log(L_DEBUG, "Deferring command %s", line); -- cgit v1.2.3