
1 Dec
2009
1 Dec
'09
10:10 p.m.
* On Tuesday, December 01 2009, Ted Zlatanov wrote:
I don't know the process, but would like to voice my support for this function in particular. Switching focus to the last window is very nice and I'm used to it. Right now I have to limit myself to 2 windows per screen so that moving forward can act like focusLast.
Thanks Ted
Another option is to bind a key to run this:
focusLast :: X () focusLast = windows $ W.focusUp . W.focusMaster
Which is the same as what your focusLast would be, or the same as pressing "M-m" then "M-k" (though with less synchronizing of state with X). So there is a way to get your behavior without all the trouble I suggested earlier. -- Adam