
1 May
2013
1 May
'13
11:17 a.m.
1 patch for repository http://code.haskell.org/XMonadContrib: Thu May 2 01:14:25 EST 2013 gopsychonauts@gmail.com * Generalises modWorkspace to take any layout-transforming function modWorkspace already was capable of modifying the layout with an arbitrary layout -> layout function, but its original type restricted it such that it could only apply a single LayoutModifier; this was often inconvenient, as for example it was not possible simply to compose LayoutModifiers for use with modWorkspace. This patch also reimplements onWorkspaces in terms of modWorkspaces, since with the latter's less restrictive type this is now possible.