summaryrefslogtreecommitdiff
path: root/sway/config.c
diff options
context:
space:
mode:
authorLuminarys <[email protected]>2015-08-17 17:15:05 -0500
committerLuminarys <[email protected]>2015-08-17 17:15:05 -0500
commit7427ce89303a2f409ed651643bd8c6566217e7c5 (patch)
treee875eb57fa57be78e2a6660abd0a864117f96bb7 /sway/config.c
parent55ad6ca2689a0d859f13fcd1f52e6c9a356bcdee (diff)
Switched config loading order to prevent root access w/wlc
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) {
// 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);