Issue 358 in xmonad: Accordion layout in xmonad contrib reverses the order of the windows above the focused one

Status: New Owner: ---- New issue 358 by rsaarelm: Accordion layout in xmonad contrib reverses the order of the windows above the focused one http://code.google.com/p/xmonad/issues/detail?id=358 Use Accordion layout with more than two windows, and when you get two or more windows above the focused one, they are shown in reverse order. To fix, just change where ups = W.up ws dns = W.down ws to where ups = reverse $ W.up ws dns = W.down ws in Accordion.hs. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings

Updates: Status: Verified Owner: vogt.adam Labels: Type-Defect Usability Component-Contrib Comment #1 on issue 358 by vogt.adam: Accordion layout in xmonad contrib reverses the order of the windows above the focused one http://code.google.com/p/xmonad/issues/detail?id=358 I've pushed a patch with this change. Thanks! -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
participants (1)
-
codesite-noreply@google.com