fix bwmenu softlock

This commit is contained in:
tristan 2023-04-15 19:18:10 +01:00
parent 7f38265eca
commit e2e55dfa73

View file

@ -1,3 +1,4 @@
#!/bin/sh
rbw list | wofi --show dmenu | xargs -I_ rbw get _ | wl-copy
items="$(rbw list)"
echo "$items" | wofi --show dmenu | xargs -I_ rbw get _ | wl-copy