mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-25 05:15:41 +02:00
module/i3: revert to old behavior of not sorting workspaces
Sorting workspaces needs a config option.
This commit is contained in:
parent
678d82e4d4
commit
d5fc1074d8
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue