[xmonad] Beginner problem with XMonad and appending to a list rather than prefixing

Francesco Ariis fa-ml at ariis.it
Thu May 7 14:27:25 UTC 2015


On Thu, May 07, 2015 at 08:23:41AM -0400, Trey Blancher wrote:
> I'm trying to make a minor change to my XMonad file, where a new
> workspace is appended to the list rather than prefixed like I have now,
> but I can't seem to figure out the code to do it.  Here's the relevant
> details of what I have:
>
> [..]

almost!

  then XS.modify $  LeftScreen . getLeftScreen . (++ [wk])

^-- this should work.

Haskell is a fun and useful language, if you desire you can learn it
by reading http://learnyouahaskell.com/


More information about the xmonad mailing list