On Sunday, January 17, 2021 11:55 AM, Eric Pruitt <eric.pru...@gmail.com> wrote:
> On Sat, Jan 16, 2021 at 10:13:11PM -0800, Spenser Truex wrote: > > > To me this seems like undesirable behaviour, since after opening a > > program one has to wait for it to load before switching the current tag. Yes! I'd love this to be fixed as well > Are there window managers that > do NOT behave this way with respect to workspaces? I've seen i3 handle this case with a i3-exec binary. It basically launches the target application and signals the i3wm where it was executed. I guess something similar could be developed here. It could be used as a wrapper inside dmenu launcher. Hritik