mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
focusmaster: adding restack to address stack issues when using monocle or deck layouts ref. #398
This commit is contained in:
parent
817db8c3ca
commit
03ede82d5c
@ -38,4 +38,5 @@ focusmaster(const Arg *arg)
|
|||||||
#else
|
#else
|
||||||
focus(master);
|
focus(master);
|
||||||
#endif // FOCUSMASTER_RETURN_PATCH
|
#endif // FOCUSMASTER_RETURN_PATCH
|
||||||
|
restack(m);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user