<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jun 8, 2016 at 3:39 PM, Dave Macias <span dir="ltr"><<a href="mailto:davama@gmail.com" target="_blank">davama@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr">Ok, that makes sense. So in essence i could have up to 11 ws if NSP has a window.<div><br></div><div>So that being the case is either of these possible?</div><div><i style="font-size:12.8px">myWorkspaces = map show $ [1..9] ++ [0] ++ ["NSP"]</i><br></div><span class=""><div><span style="font-size:12.8px;font-style:italic"></span></div></span></div></blockquote><div><br></div><div>You're using ($) wrong and will get a type error from trying to append a list of strings to a list of numbers.</div><div><br></div><div>    myWorkspaces = map show [1..9] ++ ["0","NSP"]</div><div><br></div><div>is what I'd write, if I were using numeric workspaces (I use words).</div><div><br></div><div>It's still possible you'd need to move stuff off of "0" back to "NSP".</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><span class=""><div><span style="font-size:12.8px">This, i believe, will solve the keybinding issue and still allow me to use the dice.ttf font.</span></div></span></div></blockquote><div> </div></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div><div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div></div>
</div></div>