Open jplitza opened 7 years ago
This behavior would be very nice to have, and to me sounds like it should be configured by the user.
Does that command work with wayland or only x server?
This very command probably only works with X server, I have no idea how something similar is possible on Wayland (never even installed that yet).
I checked on wayland, and as supected, didn't work. I've been reading about a replacement and found bad news, because it seems that wayland doesn't like a program giving input to another due to security issues. More research is needed, but, for the moment, I'll implement this only for X server
I'm used to the behavior of the dmenu script distributed with pass, which by default types the password instead of copying it to clipboard (using xdotool). I like that very much, because (combined with a hotkey, see #6) this is a very smooth experience to insert a password into any currently open dialog. Also, it doesn't suffer the possible information leak through the clipboard.
So I propose to have a type-in mode for this extension (or maybe switch it to type-in altogether).
FTR, this is the call to xdotool that the dmenu script uses: