wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit e78f59a7dca8de22b5ab1653d2388a927182682d
parent d13028eb11fb09043dce7fbb4b74a746589fcbf9
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Fri, 28 Apr 2006 12:45:18 +0200

updated TODO.wmii-4 once again


Diffstat:
TODO.wmii-4 | 30++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+), 0 deletions(-)

diff --git a/TODO.wmii-4 b/TODO.wmii-4 @@ -17,3 +17,33 @@ associated ctl devices of clients. - add wmiir ls (read should have same semantic as in 9p), output without details, add -l for details like in ls of Plan 9 + +ad new column mode: + +> > To clarify what happens on focus change imagine 6 clients with +> > stacking set to 2 visible clients per time. The center of two +> > visible clients is always the 1st client (2/2 == 1), thus if the +> > first of client of the column is focused, also the second is +> > visible, if the second is focused also the third is visible, but +> > the first is invisible, etc. The only exception will be on +> > boundaries, if the last client is selected, also the fifth +> > client will be visible. +> +> Interesting proposal, except for the portion above. Say I have the +> third and fourth clients visible, with the third focused. If I change +> the focus to the fourth client, I don't want to hide the third - I'm +> probably still working with it. +> +> I think the visible clients should only change when a formerly hidden +> (stacked) client is made visible. So, when the fifth client is focused +> and made visible, the third would disappear, leaving the fourth and +> fifth. +> +> It would work the same way in reverse. With the third and fourth +> clients visible, I can focus either without changing visiblities. When +> I focus the second client, it becomes visible and hides the fourth. +> +> This is similar to your idea, except for delaying changes to which +> clients are visible. + --Doug Bell +