
7 May
2015
7 May
'15
10:27 a.m.
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/