Am 29.07.20 um 17:51 schrieb sternenseemann: > On 7/29/20 4:17 PM, Jason A. Donenfeld wrote: >> That's a bummer. Any way that --type can become supported? Or does >> this break fundamental wayland security barriers? > > I'm not sure, I kinda assumed there's no equivalent to xdotool for > wayland. I'll look into it and report back here (hopefully with an > improved patch!).
In case you stumble upon `ydotool` in your search, I'd consider against recommending it for the moment, reason not being yet ripe for a general use (I have skimmed through the list of issues a while ago). I couldn't find a Wayland tool mapping to `xdotool` but in this case I think it's not a big issue: when invoked by dmenu-wl, passmenu is able to copy the password in the clipboard. Pasting the password is still a manual operation (which imo is a feature). Also, spotted a typo: @@ -11,3 +13,4 @@ instead of copied to the clipboard. [dmenu]: http://tools.suckless.org/dmenu/ [xdotool]: http://www.semicomplete.com/projects/xdotool/ [pass]: http://www.zx2c4.com/projects/password-store/ -[dmune-wl]: https://github.com/nyyManni/dmenu-wayland +[dmenu-wl]: https://github.com/nyyManni/dmenu-wayland Regards,
