summarylogtreecommitdiffstats
path: root/rofi-1pass-pinentry.patch
blob: 110a0445777d6f6c15fb97a0eebdd35a23d2d58b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/rofi-1pass b/rofi-1pass
index b70ed1e..828a164 100755
--- a/rofi-1pass
+++ b/rofi-1pass
@@ -3,7 +3,7 @@ set -e
 set -o pipefail
 
 
-: "${PINENTRY_PROGRAM:=pinentry-x11}"
+: "${PINENTRY_PROGRAM:=pinentry-gtk-2}"
 
 login() {
   if command -v $PINENTRY_PROGRAM; then