On Sunday, January 17, 2021 11:36 PM, Eric Pruitt wrote:
> On Sun, Jan 17, 2021 at 10:58:10AM +, Hritik Vijay wrote:
>
> > > 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
> > la
On Sun, Jan 17, 2021 at 10:58:10AM +, Hritik Vijay wrote:
> > 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
> execute
* Eric Pruitt [17.01.2021 07:55]:
Are there window managers that do NOT behave this way with respect to
workspaces?
I remember musca behaving that way, using dmenu. Does anyone remember musca? :-)
> 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.
See wihack (“The wmii window hack”).
On Sunday, January 17, 2021 11:55 AM, Eric Pruitt 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
DWM behaves as I expect it to behave. It assigns the tag when the window is
created. Makes sense to me for a window manager. I doubt that a change as you
propose would be easy or simple, but prove me wrong. :>
On Sun, Jan 17, 2021, at 01:13, Spenser Truex wrote:
> To me this seems like undesi
On 21/01/16 10:13, Spenser Truex wrote:
> I can't imagine any way that this is desirable. I will try to patch a
> fix later, seems like low hanging fruit.
I think this should be a patch for dwm, in order to not increase the
complexity of the code. The idea of dwm and suckless programs is s
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.
>
> Reproduction:
> Run a program (eg. firefox) in tag 1
> Switch tag view before it loads
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.
Reproduction:
Run a program (eg. firefox) in tag 1
Switch tag view before it loads to tag 2
It gets labeled in tag 2, not tag 1.
Expect: use tag 1, not 2.
I