focusmaster: adding restack to address stack issues when using monocle or deck layouts ref. #398

This commit is contained in:
bakkeby 2023-11-13 21:20:37 +01:00
parent 817db8c3ca
commit 03ede82d5c

View File

@ -38,4 +38,5 @@ focusmaster(const Arg *arg)
#else
focus(master);
#endif // FOCUSMASTER_RETURN_PATCH
restack(m);
}