[xmonad] The future of PerWorkspace
Valery V. Vorotyntsev
valery.vv at gmail.com
Thu Jan 31 05:17:21 EST 2008
On 1/31/08, Brent Yorgey <byorgey at gmail.com> wrote:
>
> 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
More information about the xmonad
mailing list