mirror of
https://github.com/NickHu/sway
synced 2024-12-27 21:58:11 +01:00
Typo fix
This commit is contained in:
parent
d12a786160
commit
9a0a858d1e
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ struct sway_config *read_config(FILE *file, bool is_active) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Any command which would require wlc to be initialized
|
// Any command which would require wlc to be initialized
|
||||||
// should be queue for later execution
|
// should be queued for later execution
|
||||||
list_t *args = split_string(line, " ");
|
list_t *args = split_string(line, " ");
|
||||||
if (strcmp("workspace", args->items[0]) == 0) {
|
if (strcmp("workspace", args->items[0]) == 0) {
|
||||||
sway_log(L_DEBUG, "Deferring command %s", line);
|
sway_log(L_DEBUG, "Deferring command %s", line);
|
||||||
|
|
Loading…
Reference in a new issue