Compare commits
13 commits
afb5a5fa80
...
5629572623
Author | SHA1 | Date | |
---|---|---|---|
5629572623 | |||
b0d65d8d17 | |||
4af042e01a | |||
8aafc7dad7 | |||
65427796a4 | |||
b169e94d36 | |||
350cad4b5d | |||
e7c3cb05e2 | |||
cf4dc1f5c3 | |||
9bb7a64a3e | |||
8a582574da | |||
215f36ea35 | |||
|
433385f7f1 |
1 changed files with 4 additions and 0 deletions
4
dwl.c
4
dwl.c
|
@ -467,6 +467,10 @@ void
|
|||
arrange(Monitor *m)
|
||||
{
|
||||
Client *c;
|
||||
|
||||
if (!m->wlr_output->enabled)
|
||||
return;
|
||||
|
||||
wl_list_for_each(c, &clients, link) {
|
||||
if (c->mon == m) {
|
||||
wlr_scene_node_set_enabled(&c->scene->node, VISIBLEON(c, m));
|
||||
|
|
Loading…
Reference in a new issue