Issue 424 in xmonad: TabBarDecoration: inactive tabs not present (transparent)

Status: New Owner: ---- New issue 424 by kevind...@gmail.com: TabBarDecoration: inactive tabs not present (transparent) http://code.google.com/p/xmonad/issues/detail?id=424 What steps will reproduce the problem? 1. import XMonad.Layout.TabBarDecoration 2. layoutHook = avoidStruts $ simpleTabBar $ layoutHook defaultConfig, 3. <switch to Full Layout from keyboard> What is the expected output? What do you see instead? Tabs should display as they used to. Instead inactive tabs disappear (become transparent). What version of the product are you using? On what operating system? xmonad 0.9.1 Are you using an xmonad.hs? Please attach it and the output of "xmonad --recompile". Yes. No output at all. Please provide any additional information below. Note that tabbedAlways layout from XMonad.Layout.Tabbed works fine.

Comment #1 on issue 424 by kevind...@gmail.com: TabBarDecoration: inactive tabs not present (transparent) http://code.google.com/p/xmonad/issues/detail?id=424 I forgot my OS: Linux 2.6.32-27-generic #49-Ubuntu SMP Wed Dec 1 23:52:12 UTC 2010 i686

Updates: Status: Accepted Owner: vogt.adam Labels: Component-Contrib Documentation Comment #2 on issue 424 by vogt.adam: TabBarDecoration: inactive tabs not present (transparent) http://code.google.com/p/xmonad/issues/detail?id=424 I can reproduce this (running current darcs). Use XMonad.Layout.Simplest rather than Full to get those tabs to appear. One or both of the following changes need to be done: 1. document Full vs. Simplest with respect to tabs 2. other layouts may not have such an alternative (Simplest), so TabBarDecoration may need some changes

Comment #3 on issue 424 by kevind...@gmail.com: TabBarDecoration: inactive tabs not present (transparent) http://code.google.com/p/xmonad/issues/detail?id=424 Yes, and on the documentation part, you can also specify that tabbedAlways layout from XMonad.Layout.Tabbed does the same and works fine (as I noted).
participants (1)
-
codesite-noreply@google.com