[xmonad] Xmonad+dzen2+two monitors
Jacek Generowicz
jacek.generowicz at cern.ch
Mon Oct 8 13:43:11 CEST 2012
Robert Sawko writes:
> But there is no way to distinguish which workspace is the
> current workspace on the other monitor. xmobar was putting parenthesis
> automatically which was really good and helpful.
>
> Is there anyway to tell dzen2 how to highlight current workspaces on my
> separate monitors.
I think you might be after ppVisible.
Here's the relevant part from my configuration
myDzenPP = defaultPP
{
...
-- How to print tags of visible but not focused workspaces (xineramama only)
, ppVisible = dzenColor "#888888" "" -- . wrap "<" ">"
...
}
More information about the xmonad
mailing list