mirror of
https://github.com/tiyn/dwl.git
synced 2025-11-13 13:59:45 +01:00
updated monocle layout string
This commit is contained in:
2
dwl.c
2
dwl.c
@@ -1829,7 +1829,7 @@ monocle(Monitor *m)
|
|||||||
n++;
|
n++;
|
||||||
}
|
}
|
||||||
if (n)
|
if (n)
|
||||||
snprintf(m->ltsymbol, LENGTH(m->ltsymbol), "[%d]", n);
|
snprintf(m->ltsymbol, LENGTH(m->ltsymbol), "%d", n);
|
||||||
if ((c = focustop(m)))
|
if ((c = focustop(m)))
|
||||||
wlr_scene_node_raise_to_top(&c->scene->node);
|
wlr_scene_node_raise_to_top(&c->scene->node);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user