Compare commits

..

12 commits

4
dwl.c
View file

@ -467,10 +467,6 @@ void
arrange(Monitor *m) arrange(Monitor *m)
{ {
Client *c; Client *c;
if (!m->wlr_output->enabled)
return;
wl_list_for_each(c, &clients, link) { wl_list_for_each(c, &clients, link) {
if (c->mon == m) { if (c->mon == m) {
wlr_scene_node_set_enabled(&c->scene->node, VISIBLEON(c, m)); wlr_scene_node_set_enabled(&c->scene->node, VISIBLEON(c, m));