fix: bad rebase...

This commit is contained in:
Solomon Laing 2026-04-02 20:45:03 +10:30
parent 0f895285c2
commit fed6dfe8b6

3
dwm.c
View File

@ -2899,6 +2899,9 @@ swapmon(const Arg *arg)
m2->stack = tmp_stack;
focus(NULL);
}
void
swapwindow(const Arg *arg)
{
if (!selmon || !selmon->sel || !mons->next)