<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Feb 27, 2015 at 8:08 PM, Zachary Peterson <span dir="ltr"><<a href="mailto:zap5029@psu.edu" target="_blank">zap5029@psu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="overflow:hidden">. When running, I'm unable to launch dmenu through<br>
mod-p,</div></blockquote></div><br>Do you actually want dmenu instead of KDE's run dialog? You'll need to replace the keybinding in that case. (I was trying to help you in IRC but it was not clear that you actually wanted dmenu. I even specifically said at least twice that it would not run dmenu.)</div><div class="gmail_extra"><br></div><div class="gmail_extra">If you specifically want dmenu, then look at XMonad.Util.EZConfig to add something like</div><div class="gmail_extra"><br></div><div class="gmail_extra">    [("M-p", spawn "dmenu_run")]</div><div class="gmail_extra"><br></div><div class="gmail_extra">to the keybindings, to override the use of KDE's run dialog.<br clear="all"><div><br></div>-- <br><div><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>