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

Brandon Allbery allbery.b at gmail.com
Fri Dec 21 16:50:12 CET 2012


On Fri, Dec 21, 2012 at 10:25 AM, adam vogt <vogt.adam at gmail.com> wrote:

> On Thu, Dec 20, 2012 at 5:36 PM, Eyal Erez <oneself at 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 at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/xmonad/attachments/20121221/0d808b62/attachment.htm>


More information about the xmonad mailing list