fix bwmenu softlock
This commit is contained in:
parent
7f38265eca
commit
e2e55dfa73
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue