LukeSmithxyz/dwm

issues with assigning a binding to open calcurse

wickedjargon opened this issue · 1 comments

When I try to bind MODKEY+c to open calcurse, calcurse flashes and closes.

Steps to reproduce:

  1. in ~/.local/src/dwm/config.h add the line:
    { MODKEY, XK_c, spawn, SHCMD(TERMINAL " -e calcurse") },
    right below the hotkey assignment for "htop", namely:
    { MODKEY|ShiftMask, XK_r, spawn, SHCMD(TERMINAL " -e htop") },
  2. recompile with sudo make clean install

You'll see that calcurse briefly opens and closes instantly. Any ideas? If you are not able to reproduce this issue, please let me know. :)

Issue is resolved. It just started working. I likely already had an instance of calcurse running causing this.