carnager / rofi-pass

rofi frontend for pass
GNU General Public License v3.0
696 stars 122 forks source link

fix Delay option #213

Open sprnza opened 3 years ago

sprnza commented 3 years ago

ydotool doesn't support --delay option any more. Switched to --key-delay instead

moviuro commented 3 years ago

This will break xdotool.

The _xdotool function must be modified to change the --delay to --key-delay when the backend is ydotool

sprnza commented 3 years ago

Fixed

ghost91- commented 2 years ago

fixed in https://github.com/carnager/rofi-pass/pull/222