Fixing warp with singletagset switch

This commit is contained in:
Zoe Roux
2022-02-06 14:13:32 +01:00
parent b414ee5aed
commit dbf2baba25

1
dwm.c
View File

@@ -2476,6 +2476,7 @@ view(const Arg *arg)
attachclients(selmon);
arrange(selmon);
focus(NULL);
warp(selmon->sel);
}
void