fixing rofi-rbw
This commit is contained in:
parent
fd7873190e
commit
e734f6bb6d
3 changed files with 9 additions and 10 deletions
|
@ -21,13 +21,12 @@ CACHE=~/.local/tmp/pass_rofi
|
|||
seat=seat0
|
||||
|
||||
rbw sync
|
||||
rbw list
|
||||
|
||||
list_passwords() {
|
||||
rbw list
|
||||
}
|
||||
|
||||
passwords=$(rbw list)
|
||||
passwords=$list_passwords
|
||||
|
||||
prompt='BW'
|
||||
if [ $XDG_SESSION_TYPE = "x11" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue