Johannes Altmanninger writes:
I'm using plain dmenu on Wayland, which seems to work fine. I can't paste into dmenu but that's okay. Should we check for the existence of dmenu-wl? Maybe: && command -v dmenu-wl >/dev/null
after reading your comment, I think now this patch - as it is - doesn't make great sense. Why would I want to change a working "dmenu" with something else? (I use "dmenu-wayland" because "dmenu" on debian pulls all suckless-tools, which I don't need). But you raise a good point in checking for the binary existence regardless, so this is perhaps worth a small patch by itself. thanks! regards,
