sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 9a0a858d1e29765cb48ec7a6f327fb137a871aa4
parent d12a786160a646dee49503e5423e0e54edf52d52
Author: Luminarys <kizunanohikari@gmail.com>
Date:   Thu, 13 Aug 2015 12:56:08 -0500

Typo fix

Diffstat:
Msway/config.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sway/config.c b/sway/config.c @@ -70,7 +70,7 @@ struct sway_config *read_config(FILE *file, bool is_active) { } // 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, " "); if (strcmp("workspace", args->items[0]) == 0) { sway_log(L_DEBUG, "Deferring command %s", line);