From d5fc1074d8368daab2092454973728ca2031c1c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 3 Dec 2020 19:07:41 +0100 Subject: [PATCH] module/i3: revert to old behavior of not sorting workspaces Sorting workspaces needs a config option. --- modules/i3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/i3.c b/modules/i3.c index 6a83ad4..471bcf8 100644 --- a/modules/i3.c +++ b/modules/i3.c @@ -105,7 +105,7 @@ workspaces_free(struct private *m) static void workspace_add(struct private *m, struct workspace ws) { -#if 0 +#if 1 tll_push_back(m->workspaces, ws); #else tll_rforeach(m->workspaces, it) {