<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><div><span style="font-size:12.8px;font-style:italic">myWorkspaces = map show $ [1..9] ++ ["NSP"]</span><i style="font-size:12.8px"><br></i></div><div><span style="font-size:12.8px;font-style:italic"><br></span></div><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></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 8, 2016 at 2:24 PM, Brandon Allbery <span dir="ltr"><<a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><span class=""><br><div class="gmail_quote">On Wed, Jun 8, 2016 at 2:20 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>But reading your comment made realize something, (note: my haskelling is close to zero) </div><div>1. NSP still exist. how do i know? i have several scratchpads and when i hide them they actually go to the ws NSP but I myself cannot go to that workspace. (mod-0) but this is probably a separate/related issue.</div><div>2. ws 0 (mod-0) is not the same as NSP, but that is what i want WS 0 to be used for</div></blockquote></div><br></span>If you have EwmhDesktops configured then you can use xdotool or wmctrl to switch to the new NSP workspace. (Note that it won't exist until something is moved there, unless you list it explicitly in your workspaces.)</div><div class="gmail_extra"><br></div><div class="gmail_extra">As I said previously, you must modify the NamedScratchpad module in order to use a different workspace name. It does not work by slots (like the reloading of workspaces across mod-q does), it looks for NSP by name.</div><div class="gmail_extra"><a href="https://github.com/xmonad/xmonad-contrib/blob/master/XMonad/Util/NamedScratchpad.hs#L153" target="_blank">https://github.com/xmonad/xmonad-contrib/blob/master/XMonad/Util/NamedScratchpad.hs#L153</a><span class=""><br><div><br></div>-- <br><div 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>
</span></div></div>
</blockquote></div><br></div>