diff --git a/system/global/scripts/bwmenu b/system/global/scripts/bwmenu index 2cf37e1..6200fe9 100755 --- a/system/global/scripts/bwmenu +++ b/system/global/scripts/bwmenu @@ -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