agree: dwm-goback with dwm-warp

This commit is contained in:
2025-10-08 23:09:15 +02:00
parent 2b9fb819c9
commit 6e62aa05e3

1
dwm.c
View File

@@ -1049,6 +1049,7 @@ goback(const Arg *arg)
selmon = prevmon;
focus(NULL);
prevmon = p;
warp(selmon->sel);
}
}