[xmonad] Re: Fullscreen Workspace

mail at justinbogner.com mail at justinbogner.com
Fri Oct 9 00:59:32 EDT 2009


"Ones Self" <w1rixgj02 at sneakemail.com> writes:
> - Can I designate a workspace to always show windows in fullscreen
>   (meaning, no status bar gap, no window borders, and no window
>   title)?

XMonad.Layout.PerWorkspace can do this (except the gap, I think, that'll
be manual). Something like this should do it, untested and from memory:

    onWorkspace "foo" (noBorders Full) (yourTheme (Tall ||| Full ||| ...))



More information about the xmonad mailing list