
Status: New Owner: ---- New issue 361 by zl29ah: Layout.Tabbed works like Full http://code.google.com/p/xmonad/issues/detail?id=361 What steps will reproduce the problem? 1. Get the config strip from http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Layout- Tabbed.html 2. Add "import XMonad.Layout.Tabbed", as the docs are seemingly outdated. 3. Run xmonad. What is the expected output? What do you see instead? Window with tabs attached to it. Fullscreened window w/ a border. What version of the product are you using? On what operating system? 0.9.1 on gentoo linux Are you using an xmonad.hs? Please attach it and the output of "xmonad --recompile". l29ah@l29ah-work ~/.xmonad $ xmonad --recompile l29ah@l29ah-work ~/.xmonad $ cat xmonad.hs import XMonad import XMonad.Layout.Tabbed main = xmonad defaultConfig { layoutHook = simpleTabbed } Please provide any additional information below. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings