mattydebie/bitwarden-rofi

Use ydotool when available for wayland users

touste opened this issue ยท 3 comments

ydotool is a replacement for xdotool that works in Wayland. If it is detected, it could replace xdotool to type username and password for Wayland users.

Note that it requires root permissions to run, so it should be called with sudo and the user should allow this in visudo (ex: user ALL=(ALL) NOPASSWD: /usr/bin/ydotool).

Thanks!

I think I came across it too one time in the past. Having to insert a line into visudo is not really an easy setup anymore. You should be able to just download the bash script and run it.
Anyways, as I use X, I can not test this. PR's are always welcome! ๐Ÿ˜„

True, it's better to provide something rather than nothing ๐Ÿ˜
Thanks for your time!