
31 Jan
2008
31 Jan
'08
5:17 a.m.
On 1/31/08, Brent Yorgey
The catch? Having a bunch of layouts in a list like this requires going back to wrapping everything with Layout existentials in user configs! =( This doesn't sound like much fun either.
Could you help me recollect the way it looked in user configs? - , layoutHook = tiled ||| Mirror tiled ||| noBorders Full + , layoutHook = (Layout tiled) ||| (Layout $ Mirror tiled) ||| (Layout $ noBorders Full) Something like this? -- vvv