A lot of random changes including qutebrowser search engine

This commit is contained in:
Chris Cochrun 2021-05-02 17:13:20 -05:00
parent 75186b40a8
commit 5cb9d4ec56
13 changed files with 35 additions and 19 deletions

View file

@ -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