I used to be able to switch to thee last focused predictably &
consistently in 2.5.10 w/ the following functions & key binding...

  key f  A   4  Function switch-to-last

  DestroyFunc  WindowListFunc
  AddToFunc    WindowListFunc
  +  I Iconify false
  +  I WindowShade false
  +  I Raise
  +  I FlipFocus
  +  I WarpToWindow 50 50

  DestroyFunc  window-list
  AddToFunc    window-list
  +  I WindowList Root c c Sticky,  OnTop \
    NoGeometryWithInfo  NoDeskNum  NoNumInDeskTitle \
    MaxLabelWidth 30 IconifiedAtEnd \
    $*

  DestroyFunc  switch-to-last
  AddToFunc    switch-to-last
  +  I Function window-list  SelectOnRelease Super_L


In 2.5.11 i am at loss to know in advance if i would get the last
focused window.  Above generates only the window list; no window is
selected on release of Super_L.

I see a line is mentioned in the "News" section on fvwm.org about
changes to WindowList, but nothing helpful for me.  I also tried the
following 3 versions, bounded to "tab M", as hinted in the FAQ & the
man page....

  key Tab A M switch-other-gui-2

  DestroyFunc  switch-other-gui-0
  AddToFunc    switch-other-gui-0
  + I WindowList \
      Root c c CurrentDesk , NoGeometry \
      Prev (CurrentDesk) WindowListFunc

  DestroyFunc  switch-other-gui-1-prev
  AddToFunc    switch-other-gui-1-prev
  + I Prev (CurrentDesk) WindowListFunc

  DestroyFunc  switch-other-gui-1
  AddToFunc    switch-other-gui-1
  + I WindowList \
      Root c c \
      , CurrentDesk , NoGeometryWithInfo , CurrentAtEnd ,  IconifiedAtEnd \
      , SelectOnRelease Alt_L \
        Function switch-other-gui-1-prev

  DestroyFunc  switch-other-gui-2
  AddToFunc    switch-other-gui-2
  + I WindowList \
      Root c c \
      , NoGeometryWithInfo , CurrentAtEnd ,  IconifiedAtEnd , NoDeskNum
      , NoNumInDeskTitle , SelectOnRelease Alt_L
      Prev (CurrentDesk)


Am i doing anything wrong wrt WindowList in v2.5.11?


  - Parv
-- 

--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to