[xmonad] ppVisible with 3 screens
Adam Vogt
vogt.adam at gmail.com
Tue Oct 5 01:59:40 EDT 2010
* On Monday, October 04 2010, Felix Blanke wrote:
>But like I said: I'm a haskell noob. When I understand those functions right the
>getXineramaWsCompare creates a ranking where the visible workspaces get the
>smallest id and mkWsSort then sorts that output.
>
>I have to thing about that how to change that ranking to get them in the right order.
>
>
>Regards,
>Felix
Hello Felix,
Perhaps you've missed in the same module:
-- |
-- Workspace logger with a format designed for Xinerama:
--
-- > [1 9 3] 2 7
--
-- where 1, 9, and 3 are the workspaces on screens 1, 2 and 3, respectively,
-- and 2 and 7 are non-visible, non-empty workspaces.
dynamicLogXinerama :: X ()
Or look at modifying pprWindowSetXinerama slightly in order to color
those items differently.
--
Adam
More information about the xmonad
mailing list