Switched config loading order to prevent root access w/wlc

This commit is contained in:
Luminarys 2015-08-17 17:15:05 -05:00
parent 55ad6ca268
commit 7427ce8930
2 changed files with 4 additions and 5 deletions

View file

@ -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);