rlopez1j / xmonad

Automatically exported from code.google.com/p/xmonad
0 stars 0 forks source link

TabBarDecoration: inactive tabs not present (transparent) #424

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by kevind...@gmail.com on 2 Jan 2011 at 2:54

GoogleCodeExporter commented 9 years ago
I forgot my OS:
Linux 2.6.32-27-generic #49-Ubuntu SMP Wed Dec 1 23:52:12 UTC 2010 i686

Original comment by kevind...@gmail.com on 2 Jan 2011 at 3:33

GoogleCodeExporter commented 9 years ago
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

Original comment by vogt.a...@gmail.com on 2 Jan 2011 at 6:46

GoogleCodeExporter commented 9 years ago
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).

Original comment by kevind...@gmail.com on 2 Jan 2011 at 7:12