carnager / rofi-pass

rofi frontend for pass
GNU General Public License v3.0
699 stars 121 forks source link

Cant fill or copy the username or pass #239

Open t101804 opened 11 months ago

t101804 commented 11 months ago

Hello, curently i using rofi when i use rofi-pass i cant copy or selecting any the username or pass or autotype when i selected and enter its not working

image

image

t101804 commented 11 months ago

image

this for clipboard history

Seme4eg commented 9 months ago

wayland or x11?

carnager commented 9 months ago

This is a hyprland session, so it's wayland. Did you set the corresponding options in rofi-pass config file?

clibpoard_backend=wl-clipboard
backend=wtype
Seme4eg commented 9 months ago

this doesn't work, at least didn't for me syntax print ... | ${copy_command} doesn't work, as soon as i changed the code to call command directly like print ... | copy_command it started to work for me

vuongtuha commented 8 months ago

It doesn't work for me too. Suggest Author change bg clipboard cp process to ydotool, instead of wtype