module/i3: revert to old behavior of not sorting workspaces

Sorting workspaces needs a config option.
This commit is contained in:
Daniel Eklöf 2020-12-03 19:07:41 +01:00
parent 678d82e4d4
commit d5fc1074d8
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -105,7 +105,7 @@ workspaces_free(struct private *m)
static void static void
workspace_add(struct private *m, struct workspace ws) workspace_add(struct private *m, struct workspace ws)
{ {
#if 0 #if 1
tll_push_back(m->workspaces, ws); tll_push_back(m->workspaces, ws);
#else #else
tll_rforeach(m->workspaces, it) { tll_rforeach(m->workspaces, it) {