commit abed84b5abb601474ada0fe652ac7bf2bc2ce55e
parent bf1ac039449e67b39759e1cdec169d98e849419f
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Thu, 13 Apr 2017 00:04:35 +0200
use rofi
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xpass b/xpass
@@ -22,7 +22,7 @@ cd ~/.password-store
# my-rofi is just a dmenu wrapper
# TODO adapt depending on whether it exists or not
-RET=$(ls *.gpg | sed 's/\.gpg$//' | ~/bin/my-rofi)
+RET=$(ls *.gpg | sed 's/\.gpg$//' | ~/bin/my-rofi -dmenu)
if [ -z "$RET" ]
then
# user aborted