That's unfortunate, but good to know what the options are.

Thank you.

On Fri, Dec 21, 2012 at 10:50 AM, Brandon Allbery <allbery.b@gmail.com> wrote:
On Fri, Dec 21, 2012 at 10:25 AM, adam vogt <vogt.adam@gmail.com> wrote:
On Thu, Dec 20, 2012 at 5:36 PM, Eyal Erez <oneself@gmail.com> wrote:
> I'm using Monad.Layout.SubLayouts to combine multiple windows using a tabbed
> layout.  This is working great.  However, the tab that is created is kind of
> large.

I'm not too familiar with XMonad.Layout.Decoration to know if it is
able to draw tabs in the style that you're asking for. If you can
figure out a theme (or write such a theme) then you can repeat the
definition of subTabbed, except replace the:

Decoration can do so but addTabs can't; the theme only controls font and colors, not the size of the tab.  You would need to reimplement addTabs with a different tab sizing mechanism. 

--
brandon s allbery kf8nh                               sine nomine associates
allbery.b@gmail.com                                  ballbery@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net



--
Eyal Erez <oneself@gmail.com>

There are 10 types of people, those who know binary and those who don't.