[xmonad] Multiple statusbars

Brandon Allbery allbery.b at gmail.com
Fri Jun 13 17:43:49 UTC 2014


On Fri, Jun 13, 2014 at 1:39 PM, Alexis de BRUYN <
alexis.mailinglist at de-bruyn.fr> wrote:

> I am looking for a way to have two statusbars (xmobar or dzen), one at
> the top and the other one at the bottom of the screen, which could be
> always visible.
>
> I have tried some configs on the Xmonad/Config_archive and other from
> other sites, but actually I don't how to launch and set the second bar
> to be not hidden by the windows.
>

You do know about
http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Hooks-ManageDocks.html ?

(Note that a common mistake here is to use avoidStruts in the layoutHook
but not manageDocks in the manageHook, or vice versa --- you need *both*
for it to work.)

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/xmonad/attachments/20140613/b0261b8e/attachment.html>


More information about the xmonad mailing list