mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-05 07:15:31 -04:00
Fix rules not being applied - missing a break
This commit is contained in:
parent
9825c26cdd
commit
00675e2589
1 changed files with 1 additions and 0 deletions
1
dwl.c
1
dwl.c
|
|
@ -468,6 +468,7 @@ applyrules(Client *c)
|
|||
if (r->monitor == i++)
|
||||
mon = m;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
setmon(c, mon, newtags);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue