[Xmonad] Combo layouts ??
Brandon S. Allbery KF8NH
allbery at ece.cmu.edu
Fri Oct 19 04:23:53 EDT 2007
On Oct 19, 2007, at 4:19 , Dave Harrison wrote:
> Devin Mullins wrote:
>> On Thu, Oct 18, 2007 at 09:18:38AM -0400, David Roundy wrote:
>>>> combo (TwoPane 0.03 0.5) [(Full,1),(tabbed shrinkText
>>>> defaultTConf,1)]
>>> combo (TwoPane 0.03 0.5) [(Layout Full,1),(Layout tabbed
>>> shrinkText defaultTConf,1)]
>> You mean:
>> combo (TwoPane 0.03 0.5) [(Layout Full,1),(Layout $ tabbed
>> shrinkText defaultTConf,1)]
>> ?
>
> I've tried both of your suggestions and neither seem to work for me.
I think Combo itself needs to be stuffed into a Layout:
>> Layout $ combo (TwoPane 0.03 0.5) [(Layout Full,1),(Layout $
>> tabbed shrinkText defaultTConf,1)]
--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com
system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu
electrical and computer engineering, carnegie mellon university KF8NH
More information about the Xmonad
mailing list