[PATCH] contrib/dmenu/passmenu: add support for dmenu-wayland

Johannes Altmanninger aclopte at gmail.com
Tue Jan 5 21:41:30 UTC 2021


> +dmenu_bin=dmenu
> +if [[ -n $WAYLAND_DISPLAY ]]; then
> +    dmenu_bin="dmenu-wl -i"

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


More information about the Password-Store mailing list