This commit is contained in:
Chris Cochrun 2022-09-09 05:09:25 -05:00
parent 7e6b91a1c6
commit 54218677ff
7 changed files with 24 additions and 11 deletions

View file

@ -41,7 +41,7 @@ if [ $XDG_SESSION_TYPE = "x11" ]; then
# done
)
else
SECRET=$(list_passwords | rofi -i -p "${prompt}" -dmenu -theme ~/.config/rofi/launchers-git/$style.rasi)
SECRET=$(list_passwords | rofi -no-lazy-grab -i -p "${prompt}" -dmenu -theme ~/.config/rofi/launchers-git/$style.rasi)
fi
# Ask whether pass, user or both are required