A lot of random changes including qutebrowser search engine
This commit is contained in:
parent
75186b40a8
commit
5cb9d4ec56
13 changed files with 35 additions and 19 deletions
|
@ -15,7 +15,7 @@ list_passwords() {
|
|||
}
|
||||
|
||||
prompt='search for passwords...'
|
||||
SECRET=$(list_passwords | wofi -i --width 700 --lines 20 --height 250 --prompt="${prompt}" --dmenu --cache-file ${CACHE})
|
||||
SECRET=$(list_passwords | wofi -i --prompt="${prompt}" --dmenu --cache-file ${CACHE})
|
||||
|
||||
# Ask whether pass, user or both are required
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue