Re: [RP] [PATCH] Show frame indicator on focus* invocations

2017-07-09 Thread Jeremie Courreges-Anglas
Antoine Busque writes: > On Mon, Jul 3, 2017 at 11:58 PM, Jeremie Courreges-Anglas > wrote: >> >> [...] >> >> I like the idea, however... why the show_frame_indicator(0) -> >> show_frame_indicator(1) changes below? >> >> Right now, if the focus{up,down,left,right} commands can't find an >> appro

Re: [RP] [PATCH] Show frame indicator on focus* invocations

2017-07-08 Thread Antoine Busque
On Mon, Jul 3, 2017 at 11:58 PM, Jeremie Courreges-Anglas wrote: > > [...] > > I like the idea, however... why the show_frame_indicator(0) -> > show_frame_indicator(1) changes below? > > Right now, if the focus{up,down,left,right} commands can't find an > appropriate frame, they'll stay silent if

Re: [RP] [PATCH] Show frame indicator on focus* invocations

2017-07-03 Thread Jeremie Courreges-Anglas
Hi, Antoine Busque writes: > The current behaviour of `focus{up,down,left,right}` is to show the > indicator if and only if the screen onto which the focus has just been > moved (or stayed) has more than 1 frame on it. > > This however is rather unintuitive, especially in multi-screen setups, >