[xmonad] Issue 361 in xmonad: Layout.Tabbed works like Full
codesite-noreply at google.com
codesite-noreply at google.com
Thu Jan 21 12:10:12 EST 2010
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 at l29ah-work ~/.xmonad $ xmonad --recompile
l29ah at 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
More information about the xmonad
mailing list