[xmonad] Controlling Tab Style with Monad.Layout.SubLayouts

adam vogt vogt.adam at gmail.com
Fri Dec 21 16:25:56 CET 2012


On Thu, Dec 20, 2012 at 5:36 PM, Eyal Erez <oneself at gmail.com> wrote:
> Hi,
>
> 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.
>
> Is there some way to control this?

Hi Eyal,

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:

    addTabs shrinkText defaultTheme

With:

    addTabs shrinkText betterTheme


--
Adam



More information about the xmonad mailing list