Fix rules not being applied - missing a break

This commit is contained in:
nullsystem 2024-05-26 18:56:43 +01:00
parent 9825c26cdd
commit 00675e2589
No known key found for this signature in database

1
dwl.c
View File

@ -468,6 +468,7 @@ applyrules(Client *c)
if (r->monitor == i++)
mon = m;
}
break;
}
}
setmon(c, mon, newtags);