Re: [i3] Keep windows focused on workspace move

2015-09-03 Thread Michael Stapelberg
Yeah, but bindsym doesn’t match anything. You need to use criteria to match windows. On Thu, Sep 3, 2015 at 8:44 PM, Ingo Bürk wrote: > It should work with just "focus" because the separation with a comma > means the focus command will still be ran on the matched window. > >

Re: [i3] Keep windows focused on workspace move

2015-09-03 Thread Michael Stapelberg
What are you trying to accomplish with “exec i3-msg workspace $WS1”? This is equivalent to just “workspace $WS1”, but will be executed out-of-order because it spawns a new process in the background which sends the command. Also, I think the “focus” command used on its own (i.e. without any

Re: [i3] Keep windows focused on workspace move

2015-09-03 Thread Ingo Bürk
Yes, true. I guess I was too quick on that. :) On 09/03/2015 08:45 PM, Michael Stapelberg wrote: > Yeah, but bindsym doesn’t match anything. You need to use criteria to > match windows. > > On Thu, Sep 3, 2015 at 8:44 PM, Ingo Bürk wrote: >> It should work with just "focus"

Re: [i3] Keep windows focused on workspace move

2015-09-03 Thread Ingo Bürk
It should work with just "focus" because the separation with a comma means the focus command will still be ran on the matched window. On 09/03/2015 08:40 PM, Michael Stapelberg wrote: > What are you trying to accomplish with “exec i3-msg workspace $WS1”? > This is equivalent to just “workspace